Re: Help with a very newbie question... - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Help with a very newbie question...
Date
Msg-id Pine.LNX.4.44.0502231804390.16774-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Re: Help with a very newbie question...  ("Cristian Prieto" <cristian@clickdiario.com>)
List pgsql-general
On Wed, 23 Feb 2005, Cristian Prieto wrote:

> RETURNS SETOF Users gave me:
>
>      getuser
> -----------------
>  (cristian,hola)
>
Yes, it's ok, but for SETOF function You have to use different style of
calling SELECT * FROM getuser(...). If function call in normal centext
then SRF function returns only one column.

ps


pgsql-general by date:

Previous
From: Eric Brown
Date:
Subject: reltuples < # of rows
Next
From: Ken Johanson
Date:
Subject: Rephrased: Possible to run the server without backslash (C-style) escaping?