PQhost

From: Stéphane Pinel <spinel(at)noos(dot)fr>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: PQhost
Date: 2003-05-14 16:58:12
Message-ID: 3F7797DD-862D-11D7-BED7-000A27AFF5D2@noos.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I have this code :

--------------------------------------------------------
...
char *theHost
...
...
theHost = PQhost(conn);
....

after the PQhost call, "theHost" is unusable, whatever I try, I get a
crash.

I haven't encountered this issue with PQpass, PQuser, PQdb which work
like
a charm.

Any idea ?

Thanks !

------------------------------------------------------------------------
---
Stéphane Pinel
iChat/AIM: s.pinel
------------------------------------------------------------------------
---

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2003-05-14 17:20:08 Re: PQhost
Previous Message Tom Lane 2003-05-13 22:58:18 Re: [INTERFACES] Last round (I think) of FE/BE protocol changes