Re: bug in pgmigration-1_2_0

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug in pgmigration-1_2_0
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8128BD5@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на bug in pgmigration-1_2_0  ("Thomas B. Clark" <tc1@clark.durham.nc.us>)
Список pgadmin-support

> -----Original Message-----
> From: Thomas B. Clark [mailto:tc1@clark.durham.nc.us]
> Sent: 11 November 2002 19:48
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] bug in pgmigration-1_2_0
>
>
> 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.

Hi Thomas,

This should now be fixed. Please can you test the latest snapshot at
http://cvs.pgadmin.org/ in the binaries folder. Installation
instructions are in the README.

Thanks for the report,

Regards, Dave.

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

Предыдущее
От: "Thomas B. Clark"
Дата:
Сообщение: bug in pgmigration-1_2_0
Следующее
От: Soma Shekhar K
Дата:
Сообщение: how to convert ms-access table to postgresql table in linux