lo function changed in PostgreSQL 8.1.1

From: "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th>
To: <pgsql-general(at)postgresql(dot)org>
Subject: lo function changed in PostgreSQL 8.1.1
Date: 2005-12-13 08:54:53
Message-ID: 439EEECD.C5F7.004C.0@nsasia.co.th
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear All,

I use '$libdir/lo' for manage my Large Object for PostgreSQL 8.0.4 . Now I try to up my PostgreSQL to new version as 8.1.1 but I think I got some error about lo (Large Object).

lo (Large Object) function that normally shown in function list now disappear. I'm sure that I already check on Large Object box when I install. I found some information on http://www.postgresql.org/docs/8.1/interactive/lo-interfaces.html#AEN26978 about lo function. PostgreSQL has many new lo function that I never use in version 8.0.4 and some function I have use is not found (lo_in , lo_out).

Could you please advise me how to manage lo (Large Object) in PostgreSQL 8.1.1? (Normally I use VB6 as develop tool.)
And I'm not sure about my old lo (Large Object) data. How can I restore it for use in PostgreSQL 8.1.1?

Thank you

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-12-13 08:59:09 Re: pg_autovacuum
Previous Message Benjamin Arai 2005-12-13 08:50:43 Re: Performance large tables.