Re: create table which colums array

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: 'Frank_Lupo Frank_Lupo' <frank_lupo(at)telemail(dot)it>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: create table which colums array
Date: 2002-03-12 08:22:35
Message-ID: FED2B709E3270E4B903EB0175A49BCB1047692@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Frank_Lupo Frank_Lupo [mailto:frank_lupo(at)telemail(dot)it]
> Sent: 11 March 2002 18:01
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] create table which colums array
>
>
> In pgadmin is not possible to create table which columns
> array. Is not possible specify if colum is array and the
> number of element.
> E.s.
> CREATE TABLE array1 (vector INT[]);
> CREATE TABLE array2 (vector INT[1]);
> CREATE TABLE array3 (vector INT[][] );
> CREATE TABLE array4 (vector INT[2][1] );
>

Added to the To-Do list.

Thanks, Dave

Browse pgadmin-hackers by date

  From Date Subject
Next Message Tim Finch, FosterFinch Ltd 2002-03-12 20:49:17 Re: Documentations method and member pgadmin
Previous Message Dave Page 2002-03-12 08:10:32 Re: Documentations method and member pgadmin vb