Re: array size problem

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: array size problem
Дата
Msg-id D0F77B4E-8179-4C32-806B-92FA908C824D@pgedit.com
обсуждение исходный текст
Ответ на array size problem  ("Luis Silva" <lfs12@hotmail.com>)
Список 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


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

Предыдущее
От: "Luis Silva"
Дата:
Сообщение: array size problem
Следующее
От: Steve Tucknott
Дата:
Сообщение: Sequential Scans On Complex Query With UNION - see why this fails