Re: pgDump sequence dump bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgDump sequence dump bug
Дата
Msg-id 7694.984440588@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgDump sequence dump bug  ("Primoz" <primoz@slo-tech.com>)
Список pgsql-bugs
"Primoz" <primoz@slo-tech.com> writes:
> If I try to dump database with sequences which have "Uppercase" names it
> dumps it like this:
> CREATE SEQUENCE "Uppercase";
> CREATE TABLE "Table" (
>   "ID" int4 not null default nextval('Uppercase':something),
> );

This is fixed in 7.1.  I don't think there's any simple fix possible
in earlier versions.  I suggest you avoid mixed-case sequence names
for the moment...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: referential integrity problem upon deletion and reinsertion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: possible mis-handling of nulls in views in 7.0.2