Re: - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re:
Date
Msg-id 20030102111434.B92622-100000@megazone23.bigpanda.com
Whole thread Raw
In response to ...  (owner <ivan@psycho.pl>)
List pgsql-bugs
On Sat, 28 Dec 2002, owner wrote:

>
> i've CREATE FUNCTION iv_get(int) RETURNS SETOF same_table AS ' select *
> from same_table; ' LANGUAGE SQL;
>
> and then
>
> medyk=# SELECT * FROM iv_get(0);
> ERROR:  parser: parse error at or near "("
>
>  why ?? is there somethink bad
> ?? same_table of course exists, but why i've this error ? its a bug ??

My guess is that you're not running a version prior to 7.3.

pgsql-bugs by date:

Previous
From: Benjamin Reed
Date:
Subject: Re: Libpq is not a shared library on Mac OS X
Next
From: Darcy Buskermolen
Date:
Subject: Re: Libpq is not a shared library on Mac OS X