Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group