> -Original Message-
> From: Thomas B. Clark [mailto:tc1@;clark.durham.nc.us]
> Sent: 11 November 2002 19:48
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] bug in pgmigration-1_2_0
>
>
> pgmigration makes the following error when migrating a serial
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 c