using pl/pgsql

From: Antoine <asolomon15(at)nyc(dot)rr(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: using pl/pgsql
Date: 2003-05-08 05:38:51
Message-ID: 1052372331.1924.2.camel@logic
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello all I would like to create a pl/pgsql function that can handle a
query that will work on different schemas. But I am not sure about the
RECORD type and if I can return more then one row. could PL/pgsql
return more then 1 row from the database. Would i have to use the
FOR-IN-SELECT for this?
thanks if you can help
--
Antoine <asolomon15(at)nyc(dot)rr(dot)com>

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message M. Bastin 2003-05-08 07:42:36 Select, but returning binary data.
Previous Message Tom Lane 2003-05-06 21:49:09 Re: Junk Filters