Re: default parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: default parameters
Дата
Msg-id 15403.1266437090@sss.pgh.pa.us
обсуждение исходный текст
Ответ на default parameters  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> 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.

Yeah, go for it.  I think I took those statements out in HEAD but forgot
about back-patching the correction.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Large object dumps vs older pg_restore
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Streaming replication on win32, still broken