From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | gouse shaik <gskgouse(at)yahoo(dot)co(dot)in> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: PGconn structure |
Date: | 2006-08-02 15:11:16 |
Message-ID: | 20060802151116.GA53347@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On Wed, Aug 02, 2006 at 07:07:45AM +0100, gouse shaik wrote:
> I would like to know the structure of PGconn object of the libpq. I
> have searched for this in libpq-fe.h header file. unfortunately there
> they write "The contents of this struct are not supposed to be known to
> applications".
Are you just curious or are you trying to solve some problem? If
the latter then using undocumented implementation details probably
isn't the best way to do it.
> where can I found the information related to the structure of the
> PGconn structure.
PGconn is defined by a typedef; search the header files for the
structure it's defined to be.
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | andy rost | 2006-08-02 18:07:34 | Re: Using FETCH ALL with descriptor areas |
Previous Message | vivek | 2006-08-02 13:43:35 | Re: change tuple before insert |