Re: lo function changed in PostgreSQL 8.1.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: lo function changed in PostgreSQL 8.1.1
Date: 2005-12-13 15:39:11
Message-ID: 6592.1134488351@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th> writes:
> 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/int=
> eractive/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).

lo_in/lo_out aren't needed anymore because lo isn't a separate type,
just a domain over OID. Why were you using them directly, anyway?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gianluca Riccardi 2005-12-13 18:16:08 DB design and foreign keys
Previous Message Jürgen Kemeter 2005-12-13 10:55:49 exporting Excel tables into PostgreSQL database with Python