Re: PHP and PostgreSQL
Adam Lang <aalang@rutgersinsurance.com>
From: "Adam Lang" <aalang@rutgersinsurance.com>
To:
Cc: "PostgreSQL-development" <pgsql-hackers@postgresql.org>, "PostgreSQL-interfaces" <pgsql-interfaces@postgresql.org>
Date: 2000-12-27T18:46:44Z
Lists: pgsql-hackers
I thought I saw mention on the interfaces list that the ODBC driver needed to be modified to properly use the large objects. Adam Lang Systems Engineer Rutgers Casualty Insurance Company http://www.rutgersinsurance.com ----- Original Message ----- From: "Frank Joerdens" <frank@joerdens.de> To: "Adam Lang" <aalang@rutgersinsurance.com> Cc: "Bruce Momjian" <pgman@candle.pha.pa.us>; "PostgreSQL-development" <pgsql-hackers@postgresql.org>; "PostgreSQL-interfaces" <pgsql-interfaces@postgresql.org> Sent: Wednesday, December 27, 2000 12:03 PM Subject: Re: [INTERFACES] PHP and PostgreSQL > Adam Lang wrote: > > > > I'd say the most important thing would be to get it upto speed with 7.1. > > Make sure PHP supports large objects and the TOAST properly. > > What would be the problem there? As I understand TOAST, the application shouldn't take any > notice of it's inner workings whatsoever . . . also, I've used TOAST with PHP (i.e. I've > managed to insert more than 8 k into a row with the rowsize set to 8 k), without any > trouble. I don't know about large objects but as I heard, the interface didn't change?! > > - Frank