Re: warning missing

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: warning missing
Date: 2004-06-22 23:24:22
Message-ID: 40D8BFA6.1070104@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> Gaetano Mendola <mendola(at)bigfoot(dot)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.

Mmm, you are not convincing me, don't we break the principle of minor surprise?

I mean if you duplicate a column name that column is present on the inherited
table, but if I say: I don't want the column OID and I found it, this then
surprise me.

Regards
Gaetano Mendola

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-06-23 00:32:48 Re: nested xacts and phantom Xids
Previous Message Tom Lane 2004-06-22 23:06:13 Re: warning missing