help with large objects in 7.3.4 - Mailing list pgsql-general

From sibusiso xolo
Subject help with large objects in 7.3.4
Date
Msg-id 200310091003.01509.sibxol@b-vol.co.uk
Whole thread Raw
List pgsql-general
Greetings,

I am trying to  create a database to store imges as large objects.  I am using
postgres7.3.4 on a SuSE8.2 machine.  I read   the PostgreSQL documentation on
lage objects.  There are some new fnctions which I am unfamilar with.  I have
books on postgresql but I am not aware of any current book with example usage
of these functions.  I previously used up to  7.2 which had lo_import,
lo_export and lo_unlink.  I would be grateful for example usage in psql of
the following functions (seen in postgresql7.3.4:

lo_create,
lo_import
lo_export
lo_import
lo_open
lo_write
lo_read
lo_seek

Help would be appreciated.

Yours sincerely
Sibu





pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: autoupdate sequences after copy
Next
From: "D. Stimits"
Date:
Subject: Re: PL/PGSQL for permutations?