postgres blobs and PHP - Mailing list pgsql-general

From Martin A. Marques
Subject postgres blobs and PHP
Date
Msg-id 00120119301900.22399@math.unl.edu.ar
Whole thread Raw
Responses Re: postgres blobs and PHP  (Adam Haberlach <adam@newsnipple.com>)
List pgsql-general
I know I bothered with this, but I just don't get it.
Lets say I have a test table like this in a certain database:

CREATE TABLE test (
id_test        SERIAL,
blob_text    oid
);

Now I want to insert a good chunk of text in the blob_text field with PHP.
PHP has some postgres functions like pg_locreate, pg_lowrite, pg_loread, etc,
but it never specifies the table and it doesn't specify the field in the
table.
Now how does php know where to write the chunk of text (or the image, or
whatever)?
Can someone give me a hand?

TIA.

--
"And I'm happy, because you make me feel good, about me." - Melvin Udall
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

pgsql-general by date:

Previous
From: "Victor"
Date:
Subject: PostgreSQL Shutdowns
Next
From: Alain Toussaint
Date:
Subject: Re: Database cluster?