Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: PGconn structure



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group