Problems with array

From: sonia sanchez diaz <geek24(at)avantel(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Problems with array
Date: 2002-08-23 16:00:36
Message-ID: d46c6d2af0.d2af0d46c6@avantel.net.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Barwick 2002-08-23 16:34:48 Re: Passwords and batch processes (was Re: Problem with Dump)
Previous Message David F. Skoll 2002-08-23 15:47:54 Passwords and batch processes (was Re: Problem with Dump)