Re: [HACKERS] update_pg_pwd

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] update_pg_pwd
Дата
Msg-id 11707.945099964@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] update_pg_pwd  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> The thing I'm unhappy about is that "0" is being overloaded way too far
> as a function argument/result type in pg_proc.  Currently it could mean:
>     * unused position in proargtype array;
>     * erroneous definition;
>     * "C string" parameter to a type input function (but, for who
>       knows what reason, C string outputs from type-output functions
>       are represented differently);
>     * user proc returning some kind of tuple;
>     * user proc returning nothing in particular;
> and who knows what else.

Almost forgot:* function accepting any data type whatever
(I think COUNT() is the only one at present).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] update_pg_pwd
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] update_pg_pwd