Re:

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: owner <ivan(at)psycho(dot)pl>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re:
Date: 2003-01-02 19:15:03
Message-ID: 20030102111434.B92622-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

  • at 2002-12-28 21:05:12 from owner

Browse pgsql-bugs by date

  From Date Subject
Next Message Darcy Buskermolen 2003-01-02 19:40:43 Re: Libpq is not a shared library on Mac OS X
Previous Message Benjamin Reed 2003-01-02 19:08:57 Re: Libpq is not a shared library on Mac OS X