Re: help:steps needed to get the content of table from the

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: help:steps needed to get the content of table from the
Дата
Msg-id 21294.1055945968@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: help:steps needed to get the content of table from the  ("A.Bhuvaneswaran" <bhuvan@symonds.net>)
Список pgsql-novice
"A.Bhuvaneswaran" <bhuvan@symonds.net> writes:
> Further you could use,
> 1) PQresultStatus(res)
> 2) PQntuples(res)
> 3) PQnfields(res)
> 4) PQgetvalue(res, n, n)

> For details, please refer the below link:

Also look at the example programs that come with libpq.  In the source
distribution they are in src/test/examples/.  I am not sure whether they
are included in any binary RPMs though, or where the RPMs put them if
they do have 'em ...

            regards, tom lane

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

Предыдущее
От: "Mel Jamero"
Дата:
Сообщение: Re: sql question (hopefully)
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: sql question (hopefully)