Re: C++ and v7.3.2 - Mailing list pgsql-general

From Tom Lane
Subject Re: C++ and v7.3.2
Date
Msg-id 24160.1051221041@sss.pgh.pa.us
Whole thread Raw
In response to Re: C++ and v7.3.2  (Erwin Rol <erwin@muffin.org>)
Responses Re: C++ and v7.3.2  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
Erwin Rol <erwin@muffin.org> writes:
> It looks like a namespace problem. string is in the std namespace, and
> just using "string" will  not work unless you have a "using namespace
> std;" or by putting "std::string" instead of "string".

It might be a good idea to look at libpqxx from gborg.postgresql.org.
libpq++ is old, crufty, and not really being maintained (it's not part
of the standard PG distribution as of 7.3).

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Factoring where clauses through UNIONS take 2
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: [SQL] rewriting values with before trigger