Tom Lane <t...@sss.pgh.pa.us> wrote: > Itagaki Takahiro <itagaki.takah...@oss.ntt.co.jp> writes: > > Should we have "INHERITS ( parent INCLUDING xxx )" syntax ? > > No. That would imply that the user has some control over what is > inherited and what isn't, which would be a complete mess.
Hmmm, but users can already control using LIKE INCLUDING clause what is inherited and what isn't. Also, we don't inherit anything from INHERITS clause in default. We have nothing to lose even if we support INHERITS + INCLUDING, no? And there are certain merits; we can avoid unexpected log messages and don't have to repeat the parent name in DDL. Regards, --- ITAGAKI Takahiro NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers