Re: pg_restore problem to load constraints with tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore problem to load constraints with tables
Дата
Msg-id 186809.1708444730@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_restore problem to load constraints with tables  (Fabrice Chapuis <fabrice636861@gmail.com>)
Список pgsql-hackers
Fabrice Chapuis <fabrice636861@gmail.com> writes:
> When a table is reloaded wit pg_restore, it is recreated without indexes or
> constraints. There are automatically skipped. Is there a reason for this?

[ shrug ] That's how the -t switch is defined.  If you want something
else, you can use the -l and -L switches to pick out a custom
collection of objects to restore.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bertrand Drouvot
Дата:
Сообщение: Re: Injection points: some tools to wait and wake
Следующее
От: Bertrand Drouvot
Дата:
Сообщение: Re: Fix race condition in InvalidatePossiblyObsoleteSlot()