Re: field incrementing in a PL/pgSQL trigger

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: field incrementing in a PL/pgSQL trigger
Дата
Msg-id 20041028173557.GB75259@winnie.fuhr.org
обсуждение исходный текст
Ответ на field incrementing in a PL/pgSQL trigger  ("Tim Vadnais" <tvadnais@earthlink.net>)
Список pgsql-general
On Thu, Oct 28, 2004 at 09:14:17AM -0700, Tim Vadnais wrote:
>
> My questions are: Is there a way I can dynamically determine the number of
> fields in the rows that is being maintained. (a function much like:
> PQnfields(const PGresult *); )
> Then I need a way to get the name of the field (using a function much like:
> PQfname(const PGresult *, int); )

You asked this last week and there were a couple of responses:

http://archives.postgresql.org/pgsql-general/2004-10/msg01077.php
http://archives.postgresql.org/pgsql-general/2004-10/msg01097.php
http://archives.postgresql.org/pgsql-general/2004-10/msg01112.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: primary key and existing unique fields
Следующее
От: Robby Russell
Дата:
Сообщение: Re: determine sequence name for a serial