Re: Functions, composite types and Notice

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Functions, composite types and Notice
Дата
Msg-id 18967.1170347139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Functions, composite types and Notice  ("Hakan Kocaman" <Hakan.Kocaman@digame.de>)
Ответы Re: Functions, composite types and Notice  ("Hakan Kocaman" <Hakan.Kocaman@digame.de>)
Список pgsql-general
"Hakan Kocaman" <Hakan.Kocaman@digame.de> writes:
> If you want to get the OUT-Params each as columns, you got to call it
> this way:
> =# select (public.check_notice(2,'hello')).*;

Try this way instead:

    select * from public.check_notice(2,'hello');

            regards, tom lane

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

Предыдущее
От: "Demel, Jeff"
Дата:
Сообщение: Subqueries - performance and use question
Следующее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: I "might" have found a bug on 8.2.1 win32