Bug #918: pg_dump problem w/ SEQUENCE

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #918: pg_dump problem w/ SEQUENCE
Дата
Msg-id 20030325135131.3A6D0474E5C@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #918: pg_dump problem w/ SEQUENCE
Список pgsql-bugs
laurent faillie (l_faillie@yahoo.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
pg_dump problem w/ SEQUENCE

Long Description
Hi all,

in order to correct bug #899, I have downloaded the current snapshot and I discover a new trouble w/ pg_dump.

If you have a sequence in your database, pg_dump produce something like :

CREATE SEQUENCE seq_id_fch
    START WITH
    INCREMENT BY 1
    MAXVALUE 2147483647
    NO MINVALUE
    CACHE 1;

and psql rise following error :

ERROR:  parser: parse error at or near "WITH" at character 38

PS: I have downloaded the snapshot monday 24/03/2003

Bye

Laurent


Sample Code


No file was uploaded with this report

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

Предыдущее
От: "William.Jiang"
Дата:
Сообщение: POSTMASTER crashed when I execute a function
Следующее
От: Laurent FAILLIE
Дата:
Сообщение: Re: Solution for bug #899