Re: [GENERAL] TEXT and BLOBS

2000-11-10 Thread Ben Souther
- Original Message - From: Martin A. Marques <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 8:36 AM Subject: [GENERAL] TEXT and BLOBS > I want to find out how confused I am. ;-) > I'm testing something on a Postgres 7.0.2 databas

Re: [GENERAL] TEXT and BLOBS

2000-11-09 Thread Peter Pilsl
On Thu, Nov 09, 2000 at 09:00:13AM -0300, Martin A. Marques wrote: > > I cant speak for PHP, but in perl or in C you have a documented module > > that will handle this things. (in perl its DBD::Pg). You dont need to > > save the text to a file first, you can write directely into the blob. > > > >

Re: [GENERAL] TEXT and BLOBS

2000-11-09 Thread Martin A. Marques
> I cant speak for PHP, but in perl or in C you have a documented module > that will handle this things. (in perl its DBD::Pg). You dont need to > save the text to a file first, you can write directely into the blob. > > The principal things are explained in the postgres-programmers-guide > you c

[GENERAL] TEXT and BLOBS

2000-11-08 Thread Martin A. Marques
I want to find out how confused I am. ;-) I'm testing something on a Postgres 7.0.2 database. I made a small table with two columns, one serial and the other TEXT, and tried to make serveral inserts with PHP. Some went OK, until I tried to insert a large amount of text. It failed. Of course, I