Re: array size problem

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Luis Silva <lfs12(at)hotmail(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: array size problem
Date: 2006-01-02 00:56:34
Message-ID: D0F77B4E-8179-4C32-806B-92FA908C824D@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Jan 1, 2006, at 5:17 PM, Luis Silva wrote:

> I want to make a function in pl/pgsql with 1 argument, a char[]
> (ex. identities). Is it possible to get the size of the array

array_upper (anyarray, 1)

See http://www.postgresql.org/docs/8.1/interactive/functions-array.html

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message First Last 2006-01-02 09:09:39 can't log on to phppgadmin
Previous Message Luis Silva 2006-01-01 22:17:10 array size problem