SHOW with libpq - Mailing list pgsql-general

From Limin Liu
Subject SHOW with libpq
Date
Msg-id 3AF9E194.1EBA9877@pumpkinnet.com
Whole thread Raw
Responses Vacuudb problem  (Igor <dbmanager@osb368.nnov.ru>)
List pgsql-general
Does anyone know how to access the result of SHOW from PGresult?

For example, in a C progam using libpq

PGconn* conn = ...;
PGresult *res;

res = PGexec(conn, "SHOW DataStyle");

What should I do next?

Thank you very much

--
LM Liu



pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Oracle to Pg tool
Next
From: Tatsuo Ishii
Date:
Subject: Re: Charset and encoding