Re: bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list - Mailing list pgadmin-support

From Dave Page
Subject Re: bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list
Date
Msg-id 937d27e10802180423y3cdb7617h29d0317ce61c6987@mail.gmail.com
Whole thread Raw
In response to bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list  (Peter Gagarinov <heartofmars@gmail.com>)
List pgadmin-support
On Feb 15, 2008 11:00 PM, Peter Gagarinov <heartofmars@gmail.com> wrote:

> CREATE TABLE derived_table
> (
> -- Inherited:   a integer,
> -- Inherited:   b integer,
>   c integer,
> -- Inherited:   d integer
> )
> INHERITS (basic_table, basic_table_b)
> WITH (OIDS=FALSE);
> ALTER TABLE derived_table OWNER TO postgres;
>
> which is incorrect because "c integer" is followed by "," though it it
> is at the end of the list.

Thanks, fixed in SVN.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


pgadmin-support by date:

Previous
From: "Glenn White"
Date:
Subject: pgAdmin Hangs On Fedora 8
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin Hangs On Fedora 8