bug in pgmigration-1_2_0 - Mailing list pgadmin-support

From Thomas B. Clark
Subject bug in pgmigration-1_2_0
Date
Msg-id 3DD0095C.87192E83@clark.durham.nc.us
Whole thread Raw
List 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 by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Bug Report
Next
From: "Dave Page"
Date:
Subject: Re: bug in pgmigration-1_2_0