Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore?

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore?
Дата
Msg-id a424fd94-8e5f-4e16-90c3-fa16841a07ec@mm
обсуждение исходный текст
Ответ на How to exclude blobs (large objects) from being loaded by pg_restore?  (Alanoly Andrews <alanolya@invera.com>)
Список 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 по дате отправления:

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] How to exclude blobs (large objects) from being loaded by pg_restore?
Следующее
От: Jan Lentfer
Дата:
Сообщение: Re: pg_dump and pg_restore with multiple streams does Not seem to improve overall times