Thread: Will libpq++ still be supported in 7.3.x?

Will libpq++ still be supported in 7.3.x?

From
"Andreas Schönbach"
Date:
I was using libpq++ with PostgreSQL 7.1 for my Client-Interfaces.
Now I wanted to switch to 7.3.2. When I downloaded 7.3.2 I saw, that libpq++ was not included. It also isn't documented
inthe onlinedocs for 7.3.
 
So my question is, if libpq++ isn't supported anymore or if it will be included in later 7.3 versions.

Thanks, Andreas
______________________________________________________________________________
UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101



Re: Will libpq++ still be supported in 7.3.x?

From
jtv@xs4all.nl
Date:
> So my question is, if libpq++ isn't supported anymore or if it will be
> included in later 7.3 versions.

It certainly won't be included--the "secondary" client interfaces have
been split off from the main package to reduce bulk.  You can now find
libpq++ on GBorg as a separate project (side by side with its followup
library, libpqxx).


Jeroen



Re: Will libpq++ still be supported in 7.3.x?

From
Tom Lane
Date:
 "Andreas Schönbach"  <andreasschoenbach@web.de> writes:
> So my question is, if libpq++ isn't supported anymore or if it will be included in later 7.3 versions.

It's not included in the base distribution anymore.  You can get it from
gborg.postgresql.org --- but you might want to look at the competing
project libpqxx, available from the same site.
        regards, tom lane



Re: Will libpq++ still be supported in 7.3.x?

From
Darko Prenosil
Date:
On Friday 25 April 2003 10:34, Andreas Schönbach wrote:
> I was using libpq++ with PostgreSQL 7.1 for my Client-Interfaces.
> Now I wanted to switch to 7.3.2. When I downloaded 7.3.2 I saw, that
> libpq++ was not included. It also isn't documented in the onlinedocs for
> 7.3. So my question is, if libpq++ isn't supported anymore or if it will be
> included in later 7.3 versions.
>
It is moved to http://gborg.postgresql.org/project/libpqpp/projdisplay.php .