Re: bug in pgmigration-1_2_0

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Thomas B(dot) Clark" <tc1(at)clark(dot)durham(dot)nc(dot)us>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: bug in pgmigration-1_2_0
Date: 2002-11-12 10:03:44
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128BD5@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Thomas B. Clark [mailto:tc1(at)clark(dot)durham(dot)nc(dot)us]
> Sent: 11 November 2002 19:48
> To: pgadmin-support(at)postgresql(dot)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.

Browse pgadmin-support by date

  From Date Subject
Next Message Becca Speirs 2002-11-12 14:03:37 OLE Link to MS Excel Exporter
Previous Message Thomas B. Clark 2002-11-11 19:47:40 bug in pgmigration-1_2_0