Problems with array - Mailing list pgsql-admin

From sonia sanchez diaz
Subject Problems with array
Date
Msg-id d46c6d2af0.d2af0d46c6@avantel.net.mx
Whole thread Raw
Responses Re: Problems with array  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hello there!

I'm using postgresql 7.2.1.

I have a table and I need to create a type array field,  this field must
 have two dimensions, but when I alter the table, only create the field
with one dimension.

I do this:

alter table one_table add column column_added numeric[][];

And the table is altered, but when I get the description of this, only
one dimension of the array is defined.

Something is wrong or in the definition of an array only shows one
dimension whatever it has?

Tnanks in advance!

Salut.

Sonia




pgsql-admin by date:

Previous
From: "David F. Skoll"
Date:
Subject: Passwords and batch processes (was Re: Problem with Dump)
Next
From: Tom Lane
Date:
Subject: Re: Problems with array