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

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Peter Gagarinov" <heartofmars(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list
Date: 2008-02-18 12:23:09
Message-ID: 937d27e10802180423y3cdb7617h29d0317ce61c6987@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Feb 15, 2008 11:00 PM, Peter Gagarinov <heartofmars(at)gmail(dot)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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2008-02-18 12:37:59 Re: pgAdmin Hangs On Fedora 8
Previous Message Glenn White 2008-02-16 12:00:35 pgAdmin Hangs On Fedora 8