array size problem

Поиск
Список
Период
Сортировка
От Luis Silva
Тема array size problem
Дата
Msg-id BAY18-DAV107CC836B947DD9EEB8482B52A0@phx.gbl
обсуждение исходный текст
Ответы Re: array size problem  (John DeSoi <desoi@pgedit.com>)
Список pgsql-novice
I there!! i'm having a problem
 
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
 
example:
i=0;
WHILE i < identities.size LOOP
 
    sql.........
    i++;
END LOOP;
 
thanks in advance

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: backup by schema
Следующее
От: John DeSoi
Дата:
Сообщение: Re: array size problem