Re: Array Data Type - Mailing list pgsql-novice

From Jason Hihn
Subject Re: Array Data Type
Date
Msg-id NGBBLHANMLKMHPDGJGAPGEGPCMAA.jhihn@paytimepayroll.com
Whole thread Raw
In response to Array Data Type  (jun queano <jun@sigmaksa.com>)
List pgsql-novice
In 7.3 yes, just subscript it.
 
c char(1)[],
 
Array support is new and probably not as thorough as you'd like. Note that no bounds are enforced at this time, even if bounded in the declaration.  I found that for my needs, I had to split it out into a sub-table.
 
Anyone, feel free to correct me if I am wrong.
-----Original Message-----
From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org]On Behalf Of jun queano
Sent: Monday, August 18, 2003 10:43 AM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] Array Data Type

Hi everyone!
i want to know if pgSQL supports array data type.  if so, please tell me how to add an array data type.
 
many tnx...

pgsql-novice by date:

Previous
From: Adrian Holovaty
Date:
Subject: changing records in inherited tables
Next
From: Adam Witney
Date:
Subject: Re: Array Data Type