Re: [GENERAL] old Pg interface

2006-10-16 Thread Oleg Bartunov
On Mon, 16 Oct 2006, Oleg Bartunov wrote: I added some compatibility functions and it worked with new PostgreSQL. Sorry, I got confused :) I added them to wdb interface Let me know if you need it Oleg On Mon, 16 Oct 2006, Brandon Metcalf wrote: I'm currently using version 1.9.0 of the old

Re: [GENERAL] old Pg interface

2006-10-16 Thread Oleg Bartunov
I added some compatibility functions and it worked with new PostgreSQL. Let me know if you need it Oleg On Mon, 16 Oct 2006, Brandon Metcalf wrote: I'm currently using version 1.9.0 of the old Pg interface with PostgreSQL 8.0.3. Our code needs to be updated to use DBI/DBD::Pg, but we need to up

Re: [GENERAL] old Pg interface

2006-10-16 Thread Martijn van Oosterhout
On Mon, Oct 16, 2006 at 12:15:36PM -0500, Brandon Metcalf wrote: > I'm currently using version 1.9.0 of the old Pg interface with > PostgreSQL 8.0.3. Our code needs to be updated to use DBI/DBD::Pg, > but we need to upgrade PostgreSQL before this is going to happen. > Does anyone know of any issue

Re: [GENERAL] old Pg interface

2006-10-16 Thread Vivek Khera
On Oct 16, 2006, at 1:15 PM, Brandon Metcalf wrote: Does anyone know of any issues with continuing to use the old Pg interface with newer versions of PostgreSQL? it is just a rather thin glue layer on top of the libpq interface, so it should continue to work just as any libpq app would cont