bug in pgmigration-1_2_0

Поиск
Список
Период
Сортировка
От Thomas B. Clark
Тема bug in pgmigration-1_2_0
Дата
Msg-id 3DD0095C.87192E83@clark.durham.nc.us
обсуждение исходный текст
Список pgadmin-support
pgmigration makes the following error when migrating a serial field:
DEFAULT nextval('testtable test_id_seq'::text) NOT NULL

The sequence table should be in double quotes surrounded by single
quotes:
DEFAULT nextval('"testtable test_id_seq"'::text) NOT NULL

Any table containing a space will get converted to an invalid string.


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Bug Report
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: bug in pgmigration-1_2_0