Обсуждение: create table which colums array

Поиск
Список
Период
Сортировка

create table which colums array

От
Frank_Lupo Frank_Lupo
Дата:
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


Re: create table which colums array

От
Dave Page
Дата:

> -----Original Message-----
> From: Frank_Lupo Frank_Lupo [mailto:frank_lupo@telemail.it]
> Sent: 11 March 2002 18:01
> To: pgadmin-hackers@postgresql.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