(no subject)

From: Renaud Tthonnart <thonnart(at)amwdb(dot)u-strasbg(dot)fr>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: (no subject)
Date: 2001-02-27 08:09:41
Message-ID: 3A9B60C5.958FAA71@amwdb.u-strasbg.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton wrote:

> From: "Renaud Tthonnart" <thonnart(at)amwdb(dot)u-strasbg(dot)fr>
>
> > If I can't use nested tables, how can I create a
> > type that will be a kind of "dynamic list of structure".
>
> Sorry Renaud, I'm not sure it's clear what you're trying to do. Could
you
> post an example of what you're trying to achieve to the list? That'd
> probably help
>
> Ta
>
> - Richard Huxton

Ok. First I wanted to use nested tables. But I think it is not possible.

Then I decided to create
a type that will made the same function, a type that will be like a C
structure. This type would contain
an integer and a string like (1,'aaa'). Then I would have made a list or
an
array with this type.
Am I clear? Sorry if not, my English is poor.

Thank you for your help.
Renaud THONNART

Browse pgsql-general by date

  From Date Subject
Next Message Renaud Tthonnart 2001-02-27 08:11:43 RE:Create type
Previous Message Richard Huxton 2001-02-27 07:57:46 Re: Postgresql and ODBC