Re: Get column list from Postgres Query - Mailing list pgsql-general

From Scott Ribe
Subject Re: Get column list from Postgres Query
Date
Msg-id 01A55CA4-7ABD-4414-BBF4-E6E8C6D02853@elevated-dev.com
Whole thread Raw
In response to Get column list from Postgres Query  (PANAGIOTIS GERMANIS <pgermanis@gmail.com>)
List pgsql-general
On Feb 19, 2011, at 4:42 PM, PANAGIOTIS GERMANIS wrote:

>  want to get the names, the type and the length of all columns in a postgres query using c-api calls.

This documented pretty clearly in the libpq docs:

<http://www.postgresql.org/docs/9.0/static/libpq.html>

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





pgsql-general by date:

Previous
From: PANAGIOTIS GERMANIS
Date:
Subject: Get column list from Postgres Query
Next
From: Craig Ringer
Date:
Subject: Re: Building extensions on Windows using VS2008