From: | Jason Hihn <jhihn(at)paytimepayroll(dot)com> |
---|---|
To: | jun queano <jun(at)sigmaksa(dot)com>, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Array Data Type |
Date: | 2003-08-18 16:11:02 |
Message-ID: | NGBBLHANMLKMHPDGJGAPGEGPCMAA.jhihn@paytimepayroll.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of jun queano
Sent: Monday, August 18, 2003 10:43 AM
To: pgsql-novice(at)postgresql(dot)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...
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GUNDUZ | 2003-08-18 16:17:32 | Re: Array Data Type |
Previous Message | Adam Witney | 2003-08-18 16:05:14 | Re: Array Data Type |