create table which colums array

From: Frank_Lupo Frank_Lupo <frank_lupo(at)telemail(dot)it>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: create table which colums array
Date: 2002-03-11 18:01:02
Message-ID: 200203111801.TAA95021@mail.matrice.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Frank_Lupo Frank_Lupo 2002-03-11 21:14:12 Documentations method and member pgadmin vb
Previous Message Dave Page 2002-03-11 11:49:36 Re: idea catalog column