Re: PHP and PostgreSQL

Frank Joerdens <frank@joerdens.de>

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>
Date: 2000-12-27T17:03:39Z
Lists: pgsql-hackers
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