Re: [HACKERS] INHERIT vs INHERITS

2012-03-13 Thread Kevin Grittner
Jaime Casanova wrote: > Has anyone ever complained about the inconsistency (at least it > seems that to me) of using INHERITS in CREATE TABLE and INHERIT in > ALTER TABLE? They make sense to me as an English speaker. CREATE TABLE more or less has a *description* of the table to be created, wh

[HACKERS] INHERIT vs INHERITS

2012-03-13 Thread Jaime Casanova
Hi, Has anyone ever complained about the inconsistency (at least it seems that to me) of using INHERITS in CREATE TABLE and INHERIT in ALTER TABLE? Anyone, besides me, think we should fix that? Maybe support both version in both commands or choosing one using it everywhere? -- Jaime Casanova