Re: Returning back a resultset from a stored function

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Returning back a resultset from a stored function
Дата
Msg-id 412F6149.4040303@joeconway.com
обсуждение исходный текст
Ответ на Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Ответы Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Список pgsql-odbc
Daniel Daoust wrote:
>>"select * from somefunc();" is certainly SQL, so
>>what is the problem?
>
> Then, could you help me understand why I am getting
> the following message 'ERROR:  parser: parse error at
> or near "(" ' when I run the select from 'psql'.

What version of Postgres? If it is prior to 7.3, table functions are not
supported.

Joe

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

Предыдущее
От: Daniel Daoust
Дата:
Сообщение: Re: Returning back a resultset from a stored function
Следующее
От: Daniel Daoust
Дата:
Сообщение: Re: Returning back a resultset from a stored function