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