Re: How to Alter tables with ARRAY? Help PLease

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dbmanager <dbmanager(at)osb368(dot)nnov(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to Alter tables with ARRAY? Help PLease
Date: 2001-06-05 13:57:46
Message-ID: 15116.991749466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor <dbmanager(at)osb368(dot)nnov(dot)ru> writes:
> Tell me please, how to alter tables with arrays
> (in other words - to change the dimension of array )

Just assign a new array value to the column. PG doesn't actually
consider the dimensionality of an array to be part of the type
specification; any size array will be accepted.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Evelio Martinez 2001-06-05 13:59:47 Postgresql and W98
Previous Message Francesco Casadei 2001-06-05 13:40:25 return value of a version-1 C function (Solved)