From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: OID or lo |
Date: | 2003-02-26 16:21:15 |
Message-ID: | 20030226112115.E22384@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Feb 25, 2003 at 09:24:49PM -0300, Cristian Custodio wrote:
> Hi,
>
> Does anybody would know say me, what is the real difference between
> OID and lo.
They're different things. "OID" stands for (roughly) Object
IDentifier. Many objects (potentially every row) in the database
have an OID. "lo" stands for Large Object; these types of database
objects are manipulated using the lo interface. See the user's
guide for more.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Fitzpatrick | 2003-02-26 16:26:59 | Automated backup |
Previous Message | Andrew Sullivan | 2003-02-26 16:18:28 | Re: rserv replication error |