pgdump and sequences

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема pgdump and sequences
Дата
Msg-id 199901100250.TAA17457@trillium.nmsu.edu
обсуждение исходный текст
Список pgsql-hackers
I've just migrated a database to 6.4.2 and was looking at the new
pgdump output.  It looks much better than earlier versions, but it
doesn't seem to include any information about sequences created
implicitly via the serial datatype.  Pgdump describes the field as one
might have before (e.g., int4 default nextval (table_id_seq)), but the
sequence is never created.  As a result, the script seems unable to
recreate the state of the database.

What is required to fix this?  Should this be a TODO item?

Cheers,
Brook


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] RE: [GENERAL] Benchmarking PGSQL against Microsoft SQL 7
Следующее
От: Karl Eichwalder
Дата:
Сообщение: Re: TCL/TK configure problems