Re: PL/PGSQL Record type question

From: Gábriel Ákos <akos(dot)gabriel(at)i-logic(dot)hu>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: PL/PGSQL Record type question
Date: 2007-05-11 14:42:42
Message-ID: 20070511164242.7ed1f046@gabriel-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, 11 May 2007 19:09:07 +0500
imad <immaad(at)gmail(dot)com> wrote:

> You might be looking for PostgreSQL RECORD data type.

Thanks. Give me an example please. I saw the documentation already.

>
> --Imad
> www.EnterpriseDB.com
>
> On 5/11/07, Gábriel Ákos <akos(dot)gabriel(at)i-logic(dot)hu> wrote:
> > Hi,
> >
> > How should I define a record type (there is no table with this
> > record type) programmatically in pl/pgsql?
> > I'd like to return a record with 3 string elements, 2 integers and 1
> > date.

--
Üdvözlettel,
Gábriel Ákos
-=E-Mail :akos(dot)gabriel(at)i-logic(dot)hu|Web: http://www.i-logic.hu =-
-=Tel/fax:+3612367353 |Mobil:+36209278894 =-

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message John DeSoi 2007-05-11 15:12:56 Re: PL/PGSQL Record type question
Previous Message imad 2007-05-11 14:09:07 Re: PL/PGSQL Record type question