Re: Array Data Type

Поиск
Список
Период
Сортировка
От Jason Hihn
Тема Re: Array Data Type
Дата
Msg-id NGBBLHANMLKMHPDGJGAPGEGPCMAA.jhihn@paytimepayroll.com
обсуждение исходный текст
Ответ на Array Data Type  (jun queano <jun@sigmaksa.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Holovaty
Дата:
Сообщение: changing records in inherited tables
Следующее
От: Adam Witney
Дата:
Сообщение: Re: Array Data Type