Re: Large Object Question

From: marian <marian(at)mail(dot)jozep(dot)com(dot)au>
To: cjwhite(at)cisco(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Large Object Question
Date: 2002-08-01 23:39:43
Message-ID: 3D49C6BE.5C9581AA@mail.jozep.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


select distinct loid from pg_largeobject;

Chris White wrote:

> Is there any way of finding out the oids of large objects present in
> the database? The reason I ask, is I want to a database consistency
> check and one of those checks is to make sure that there aren't any
> orphaned large objects or tables with references to non-existent large
> objects.Chris White

Attachment Content-Type Size
marian.vcf text/x-vcard 315 bytes

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Billy Rutledge 2002-08-02 00:03:21 Building the latest src from CVS?
Previous Message Chris White 2002-08-01 23:03:30 Large Object Question