Re: C++ and v7.3.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erwin Rol <erwin(at)muffin(dot)org>
Cc: Dev <dev(at)umpa-us(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: C++ and v7.3.2
Date: 2003-04-24 21:50:41
Message-ID: 24160.1051221041@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Erwin Rol <erwin(at)muffin(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-04-24 21:53:14 Re: [SQL] rewriting values with before trigger
Previous Message Tom Lane 2003-04-24 21:47:04 Re: Factoring where clauses through UNIONS take 2