Re: Add argument name to CREATE FUNCTION documentation

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Add argument name to CREATE FUNCTION documentation
Date: 2004-06-25 05:33:49
Message-ID: Pine.LNX.4.44.0406250730230.21809-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 consistency is good.

--
/Dennis Björklund

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-06-25 05:40:17 Re: Add argument name to CREATE FUNCTION documentation
Previous Message Tom Lane 2004-06-25 02:57:33 Re: Add argument name to CREATE FUNCTION documentation