Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: owner <ivan(at)psycho(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re:
Date: 2003-01-02 20:02:34
Message-ID: 3320.1041537754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

owner <ivan(at)psycho(dot)pl> writes:
> 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 "("

Works for me. I suspect you are trying to use 7.3 features with a
pre-7.3 Postgres installation.

regards, tom lane

In response to

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

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-01-02 20:13:20 Re: Make error in ...utils/mb/conversion_procs/*
Previous Message Darcy Buskermolen 2003-01-02 19:40:43 Re: Libpq is not a shared library on Mac OS X