Re: How can I return a NULL value from a function?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How can I return a NULL value from a function?
Дата
Msg-id 9463.1071847170@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How can I return a NULL value from a function?  (Chongbing Liu <cliu@cs.nmsu.edu>)
Ответы How can I return a pointer to a use structure from a function  (Chongbing Liu <cliu@cs.nmsu.edu>)
Список pgsql-hackers
Chongbing Liu <cliu@cs.nmsu.edu> writes:
> Hello, can you please tell me how to return a NULL value
> from a function?

You can't unless you use the V1 function calling convention.  See the
programmer's guide.
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Why isn't DECLARE CURSOR ... FOR UPDATE supported?
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: replace all with * in pg_hba.conf