"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