default parameters

Поиск
Список
Период
Сортировка
От Robert Haas
Тема default parameters
Дата
Msg-id 603c8f071002171047u6a09a371u27008f31c6cc51bd@mail.gmail.com
обсуждение исходный текст
Ответы Re: default parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
According to http://www.postgresql.org/docs/current/interactive/plpgsql-porting.html
there are no default parameters in PostgreSQL, but according to
http://www.postgresql.org/docs/current/interactive/sql-createfunction.html
there are.

It looks like this was fixed in CVS HEAD at some point (maybe when the
changes regarding the scoping of column names vs. parameters were put
in) but I think we should back-patch the part that also applies to 8.4
so that the docs are internally consistent.

...Robert


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: PostgreSQL::PLPerl::Call - Simple interface for calling SQL functions from PostgreSQL PL/Perl
Следующее
От: Tom Lane
Дата:
Сообщение: Large object dumps vs older pg_restore