Re: bugreport 7.4.5 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: bugreport 7.4.5
Date
Msg-id 13940.1100108336@sss.pgh.pa.us
Whole thread Raw
In response to bugreport 7.4.5  ("Riccardo G. Facchini" <abief_ag_-postgresql@yahoo.com>)
List pgsql-bugs
"Riccardo G. Facchini" <abief_ag_-postgresql@yahoo.com> writes:
> creating a table that inherits from another two tables with "WITHOUT
> OIDS" generates a table "WITH OIDS",

This is not a bug.  If either parent table has oids then the child must
as well.  It's just like inheriting a regular column.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1311: Can't crosscompile
Next
From: Tom Lane
Date:
Subject: Re: ALTER USER SET log_* not allowed...