create table which colums array - Mailing list pgadmin-hackers

From Frank_Lupo Frank_Lupo
Subject create table which colums array
Date
Msg-id 200203111801.TAA95021@mail.matrice.it
Whole thread Raw
List pgadmin-hackers
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] );

Bye
--
Frank Lupo (Wolf) !!
------------------------------------------------------------------------
Questo messaggio e' stato inviato con Telemail http://www.telemail.it ,
    La freemail per la comunicazione unificata gratuita


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: idea catalog column
Next
From: Frank_Lupo Frank_Lupo
Date:
Subject: Documentations method and member pgadmin vb