Re: pqlib in c++: PQconnectStart PQconnectPoll - Mailing list pgsql-general

From madhtr
Subject Re: pqlib in c++: PQconnectStart PQconnectPoll
Date
Msg-id 004a01c7df64$24ef1380$7b55503f@useronewin2klt
Whole thread Raw
In response to Moving to postgresql and some ignorant questions  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
List pgsql-general
----- Original Message -----
From: "madhtr" <madhtr@schif.org>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <pgsql-general@postgresql.org>
Sent: Wednesday, February 14, 2007 22:33
Subject: Re: [GENERAL] pqlib in c++: PQconnectStart PQconnectPoll

>> Another line of thought, given the reading-between-the-lines conclusion
>> that you are trying to use PG 7.3 libraries on Windows, is that there
>> was something broken in the async-connect code back then on that
>> platform.  If you really are trying to do that, do yourself a favor and
>> move to 8.0 or later.  Nobody's going to be very interested in fixing
>> 7.3.  (I did try your program with 7.3 on Unix, though, and it seemed
>> fine except the error message was spelled a bit differently.)
>>
>
> Ty, I'll check that ... :)
>

Rats ... my source version is 8.2.3, psql returns 8.1.4 for select
version();

back to the drawing board ... It worked for you, I just have to make it work
for me ... mebbe I'll go through the source a bit, ty:)

madhtr



pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: User-Friendly TimeZone List
Next
From: "Phoenix Kiula"
Date:
Subject: Re: pg_dump on local Windows, pg_restore on Linux?