Re: Help me! - Mailing list pgsql-admin

From Bhuvan A
Subject Re: Help me!
Date
Msg-id Pine.LNX.4.20.0204171057180.2528-100000@Larry
Whole thread Raw
In response to Help me!  ("Dieudonne Nanga" <nanga@compilion.de>)
List pgsql-admin
On Apr 16, Dieudonne Nanga wrote:

> How do i insert a file in the database?

You mean large objects?
If yes, try

# select lo_import('<filename>');

this will return a OID.
and to access the same, try

# select lo_export(<oid>, '<filename>');

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-admin by date:

Previous
From: Andy Ruhl
Date:
Subject: Re: Postgresql on win2000
Next
From: Jean-Arthur Silve
Date:
Subject: Vacuum blocking...