Re: Get column list from Postgres Query

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: PANAGIOTIS GERMANIS <pgermanis(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Get column list from Postgres Query
Date: 2011-02-19 23:59:29
Message-ID: 01A55CA4-7ABD-4414-BBF4-E6E8C6D02853@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-02-20 00:53:40 Re: Building extensions on Windows using VS2008
Previous Message PANAGIOTIS GERMANIS 2011-02-19 23:42:48 Get column list from Postgres Query