This probably isn't the right list but I will try here first.

Поиск
Список
Период
Сортировка
От Grant
Тема This probably isn't the right list but I will try here first.
Дата
Msg-id Pine.LNX.4.21.0103052126570.31171-100000@webster.conprojan.com.au
обсуждение исходный текст
Список pgsql-admin
How can I obtain a count (number) of elements in a text array? Thanks.

test=# \d array
                              Table "array"
  Attribute   |  Type   |                    Modifier
--------------+---------+------------------------------------------------
 id           | integer | not null default nextval('array_id_seq'::text)
 to_group_ids | text[]  |
Index: array_pkey

test=#

--- EXAMPLE SELECT ---

test=# select to_group_ids[1] from array where id=1;
 to_group_ids
--------------
 1
(1 row)

test=#



В списке pgsql-admin по дате отправления:

Предыдущее
От: "Christoph Lange"
Дата:
Сообщение: Problems solved so far (Rookie in installation-trouble -> PLEEEASE HELP; Installation-trouble)
Следующее
От: lbottorff@harveycounty.com
Дата:
Сообщение: Can foreign keyed field allow nulls?