Re: C++ and v7.3.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C++ and v7.3.2
Дата
Msg-id 24160.1051221041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: C++ and v7.3.2  (Erwin Rol <erwin@muffin.org>)
Ответы Re: C++ and v7.3.2  (Dennis Gearon <gearond@cvc.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Factoring where clauses through UNIONS take 2
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: [SQL] rewriting values with before trigger