Re: Add argument name to CREATE FUNCTION documentation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add argument name to CREATE FUNCTION documentation
Дата
Msg-id 586.1088132253@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Add argument name to CREATE FUNCTION documentation  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: Add argument name to CREATE FUNCTION documentation  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-patches
Dennis Bjorklund <db@zigo.dhs.org> 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 resulting format looks good in psql's \h output.
You might need to fool with spacing/line breaks to make it look good.

2. The grammar in your description is a bit off; it would read better as

   The name of an argument. Some languages (currently only PL/pgSQL) let
   you use the name in the function body.  For other languages the
   argument name is just extra documentation.

Otherwise, apply away.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: nested xacts and phantom Xids
Следующее
От: Dennis Bjorklund
Дата:
Сообщение: Re: Add argument name to CREATE FUNCTION documentation