Re: Returning back a resultset from a stored function

From: Joe Conway <mail(at)joeconway(dot)com>
To: Daniel Daoust <daoustd_ca(at)yahoo(dot)ca>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Returning back a resultset from a stored function
Date: 2004-08-27 16:28:57
Message-ID: 412F6149.4040303@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Daniel Daoust 2004-08-27 16:40:28 Re: Returning back a resultset from a stored function
Previous Message Daniel Daoust 2004-08-27 16:23:45 Re: Returning back a resultset from a stored function