Re: Returning back a resultset from a stored function - Mailing list pgsql-odbc

From Joe Conway
Subject Re: Returning back a resultset from a stored function
Date
Msg-id 412F6149.4040303@joeconway.com
Whole thread Raw
In response to Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
Responses Re: Returning back a resultset from a stored function  (Daniel Daoust <daoustd_ca@yahoo.ca>)
List 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 by date:

Previous
From: Daniel Daoust
Date:
Subject: Re: Returning back a resultset from a stored function
Next
From: Daniel Daoust
Date:
Subject: Re: Returning back a resultset from a stored function