This probably isn't the right list but I will try here first. - Mailing list pgsql-admin

From Grant
Subject This probably isn't the right list but I will try here first.
Date
Msg-id Pine.LNX.4.21.0103052126570.31171-100000@webster.conprojan.com.au
Whole thread Raw
List 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 by date:

Previous
From: "Christoph Lange"
Date:
Subject: Problems solved so far (Rookie in installation-trouble -> PLEEEASE HELP; Installation-trouble)
Next
From: lbottorff@harveycounty.com
Date:
Subject: Can foreign keyed field allow nulls?