Re: warning missing
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gaetano Mendola <mendola@bigfoot.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2004-06-22T23:06:13Z
Lists: pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes: > I think a warning is missing if I create a table without OIDS that > inherits from a table with oids: > don't you think a warning shall to be raised here ? Nope ... this is not different from the behavior for merging duplicate column definitions. You get an OID column if the child table definition *or* any parent table requests OIDs. regards, tom lane