Re: Returning with a userd defined type (PL/pgSQL) - Mailing list pgsql-general

From Egyud Csaba
Subject Re: Returning with a userd defined type (PL/pgSQL)
Date
Msg-id 000a01c30da6$99d4d3e0$800a0a0a@xxx
Whole thread Raw
In response to Returning with a userd defined type (PL/pgSQL)  (Együd Csaba <csegyud@freemail.hu>)
List pgsql-general
Joe,

thank you for your help. It was really simple.

-- Csaba

----- Original Message -----
From: "Joe Conway" <mail@joeconway.com>
To: "Együd Csaba" <csegyud@freemail.hu>
Cc: "pgsql-general" <pgsql-general@postgresql.org>
Sent: Friday, April 25, 2003 7:35 AM
Subject: Re: [GENERAL] Returning with a userd defined type (PL/pgSQL)


> Együd Csaba wrote:
> >   ResultR   MY_TYPE;
>
> Not the best of error messages perhaps, but change the above line to:
>
>    ResultR   MY_TYPE%ROWTYPE;
>
> HTH,
>
> Joe
>
>
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 2002.12.30.


pgsql-general by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Estimating space required for indexes
Next
From: "Bruno Baguette"
Date:
Subject: How can I know the "configure" settings of a PostgreSQL installation ?