Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore? - Mailing list pgsql-admin

From Daniel Verite
Subject Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore?
Date
Msg-id a424fd94-8e5f-4e16-90c3-fa16841a07ec@mm
Whole thread Raw
In response to How to exclude blobs (large objects) from being loaded by pg_restore?  (Alanoly Andrews <alanolya@invera.com>)
List pgsql-admin
    Alanoly Andrews wrote:

> This table does not occur in the listing produced in step 1 above and so
> cannot be edited out

Yes, pg_largeobject is not mentioned but the TOC should have an entry named
BLOBS, as well as other entries related to each large object.

If "BLOBS" is removed or commented,  pg_restore -L from that list should not
create any large object into the destination database.

As for the table that contain the "lo" column with the references to large
objects, it can be kept or removed from the restore list, it's up to you, but
it does not determine whether blobs are restored or not.

If the table is kept, its "lo" column will have dangling references to
non-existing large objects, but it's irrelevant for pg_restore, as it doesn't
track those references. You can always update that column to NULL after the
load, or ignore it, or drop it, whatever is more convenient.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org


pgsql-admin by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore?
Next
From: Jan Lentfer
Date:
Subject: Re: pg_dump and pg_restore with multiple streams does Not seem to improve overall times