Re: Proper way of iterating over the column names in a trigger function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proper way of iterating over the column names in a trigger function.
Дата
Msg-id 25785.1165417336@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Proper way of iterating over the column names in a trigger function.  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Список pgsql-sql
"Rajesh Kumar Mallah" <mallah.rajesh@gmail.com> writes:
> what is the proper way for iterating over column names of a table using
> SPI_* functions.

You need to pay attention to the attisdropped field of the TupleDesc
entries.
        regards, tom lane


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

Предыдущее
От: lucas@presserv.org
Дата:
Сообщение: Count field in query
Следующее
От: Richard Ray
Дата:
Сообщение: Query is fast and function is slow