Field count in a RECORD variable - plpgsql

Поиск
Список
Период
Сортировка
От Mike Preston
Тема Field count in a RECORD variable - plpgsql
Дата
Msg-id s2242861.020@mail.mosscodilis.com
обсуждение исходный текст
Ответы Re: Field count in a RECORD variable - plpgsql  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I am building a generic crosstab function in plpgsql, where I can pass in a SQL statement and return back the data pivoted with the values of one column serving as headers of the return columns.  If I use a RECORD variable to scroll through the data, is there a way for me to tell the number of fields returned by the SQL statement parameter?
 
thanks in advance for any suggestions,
Mike

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

Предыдущее
От: Ioannis Theoharis
Дата:
Сообщение: Re: Index size
Следующее
От: Vitaly Belman
Дата:
Сообщение: Re: Backupping the table values