Re: [GENERAL] Accessing PostgreSQL from C++

2005-05-31 Thread Gianni Mariani
Jeff Brown wrote: Hi guys Is there some sort of C API available for PostgreSQL? I'm quite happy with libpqxx. ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.5.0.tar.gz Cheers Jeff ---(end of broadcast)--- TIP 8: explain analyze

Re: [GENERAL] Accessing PostgreSQL from C++

2005-05-31 Thread Christopher Browne
[EMAIL PROTECTED] (Jeff Brown) wrote: > Is there some sort of C API available for PostgreSQL? Yes, there is a C API available for PostgreSQL. It is called libpq. Was there some particular reason why you could not find it in the documentation? It has an entire chapter devoted to it in the docume

Re: [GENERAL] Accessing PostgreSQL from C++

2005-05-31 Thread Havasvölgyi Ottó
Jeff, Yes, libpq. Look at the 27th chapter in the manual. Otto - Original Message - From: "Jeff Brown" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 31, 2005 8:31 AM Subject: [GENERAL] Accessing PostgreSQL from C++ > Hi guys > > Is there some sort of C API

Re: [GENERAL] Accessing PostgreSQL from C++

2005-05-31 Thread Alvaro Herrera
On Mon, May 30, 2005 at 11:31:17PM -0700, Jeff Brown wrote: > Hi guys > > Is there some sort of C API available for PostgreSQL? For C you can use libpq. For C++, see libpqxx in gborg.org (or did it move to pgfoundry.org?) -- Alvaro Herrera () "Oh, great altar of passive entertainment, bestow

[GENERAL] Accessing PostgreSQL from C++

2005-05-31 Thread Jeff Brown
Hi guys Is there some sort of C API available for PostgreSQL? Cheers Jeff ---(end of broadcast)--- TIP 8: explain analyze is your friend