Re: Function error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function error
Дата
Msg-id 10642.1098810781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Function error  ("Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist@gmail.com>)
Ответы Re: Function error  ("Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist@gmail.com>)
Список pgsql-novice
"Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist@gmail.com> writes:
> CREATE OR REPLACE FUNCTION "public"."func_ca" () RETURNS "public"."type_a" AS'
> ...
> somedata =# select sai_func_ca();
> ERROR:  cannot display a value of type record

Try
    select * from sai_func_ca();

            regards, tom lane

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

Предыдущее
От: "Vishal Kashyap @ [Sai Hertz And Control Systems]"
Дата:
Сообщение: Function error
Следующее
От: "Vishal Kashyap @ [Sai Hertz And Control Systems]"
Дата:
Сообщение: Re: Function error