On Feb 15, 2008 11:00 PM, Peter Gagarinov <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster