Re: Adding a column in pg_proc for storing default values of arguments

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding a column in pg_proc for storing default values of arguments
Дата
Msg-id 24754.1130852148@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Adding a column in pg_proc for storing default values of arguments  (Salman Razzaq <salmanrazzaq2005@gmail.com>)
Список pgsql-hackers
Salman Razzaq <salmanrazzaq2005@gmail.com> writes:
> I want to store default values of arguments in pg_proc catalog. i have to
> add a column in the table. but what will be the type of column as to store
> all the datatypes. do you think 'Datum' can be stored as it.

Don't bother worrying about that until you've figured out how the parser
is going to resolve overloaded function calls in the presence of such
things.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: [Fwd: Re: regression failures on WIndows in machines with some non-English locales]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Fwd: Re: regression failures on WIndows in machines with some non-English locales]