Re: [PATCHES] Add argument name to CREATE FUNCTION documentation

2004-06-24 Thread Tom Lane
Dennis Bjorklund <[EMAIL PROTECTED]> writes: > On Thu, 24 Jun 2004, Tom Lane wrote: >> 1. We usually leave spaces around brackets in syntax definitions, so >> I'd go for "... [ argname ] ..." not "... [argname] ..." > I saw both in that very rule (later there is an [EXTERNAL]) so I guessed > that

Re: [PATCHES] Add argument name to CREATE FUNCTION documentation

2004-06-24 Thread Dennis Bjorklund
On Thu, 24 Jun 2004, Tom Lane wrote: > 1. We usually leave spaces around brackets in syntax definitions, so > I'd go for "... [ argname ] ..." not "... [argname] ..." I saw both in that very rule (later there is an [EXTERNAL]) so I guessed that one use what looks best at different places. But co

Re: [PATCHES] Add argument name to CREATE FUNCTION documentation

2004-06-24 Thread Tom Lane
Dennis Bjorklund <[EMAIL PROTECTED]> writes: > It's not much text, but someone who speaks english might want to look at > it. Two trivial comments: 1. We usually leave spaces around brackets in syntax definitions, so I'd go for "... [ argname ] ..." not "... [argname] ..." Also, check that the