Re: PHP and PostgreSQL - Mailing list pgsql-interfaces

From Frank Joerdens
Subject Re: PHP and PostgreSQL
Date
Msg-id 3A4A20EB.18B939D4@joerdens.de
Whole thread Raw
In response to PHP and PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
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


pgsql-interfaces by date:

Previous
From: "Tim Barnard"
Date:
Subject: RE: PQsetnonblocking
Next
From: Tom Lane
Date:
Subject: Re: PQsetnonblocking questions