Re: help:steps needed to get the content of table from the - Mailing list pgsql-novice

From Tom Lane
Subject Re: help:steps needed to get the content of table from the
Date
Msg-id 21294.1055945968@sss.pgh.pa.us
Whole thread Raw
In response to Re: help:steps needed to get the content of table from the  ("A.Bhuvaneswaran" <bhuvan@symonds.net>)
List 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 by date:

Previous
From: "Mel Jamero"
Date:
Subject: Re: sql question (hopefully)
Next
From: Bruno Wolff III
Date:
Subject: Re: sql question (hopefully)