Sequences not created, bug in pg_dump?

Поиск
Список
Период
Сортировка
От Leonardo M. Ramé
Тема Sequences not created, bug in pg_dump?
Дата
Msg-id 550AEE8D.3080008@griensu.com
обсуждение исходный текст
Ответы Re: Sequences not created, bug in pg_dump?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hi, I'm creating a database dump excluding one table and found only the
sequences created implicitly (using serial type) are created when I
restore the dump.

The command I use is: pg_dump -T table_to_be_excluded mydb

I understand all related objects to the table to be excluded are not
dumpled, but why I don't get any CREATE SEQUENCE command in my dump?.

--
Leonardo M. Ramé
http://leonardorame.blogspot.com


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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Installation Size showing huge size in postgres installed on windows os
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Sequences not created, bug in pg_dump?