Re: Identified a problem in pg_dump with serial data type and mixed case

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Identified a problem in pg_dump with serial data type and mixed case
Дата
Msg-id 1948.966001093@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Identified a problem in pg_dump with serial data type and mixed case  (Mario Weilguni <mw@sime.com>)
Список pgsql-hackers
Mario Weilguni <mw@sime.com> writes:
> I've found a problem in pg_dump which results in unreliable dumps under the
> following conditions:

What version are you using?  This appears to work correctly in current
sources --- I get

CREATE TABLE "Test1" (       "id" int4 DEFAULT nextval('"Test1_id_seq"'::text) NOT NULL,       "dummy" int4
);

Not sure offhand how long ago it was fixed, though.
        regards, tom lane


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

Предыдущее
От: "Allan Huffman"
Дата:
Сообщение: db Comparisons - Road Show
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Re: LIKE gripes