Re: ALTER TABLE ADD/DROP INHERITS - Mailing list pgsql-patches

From Tom Lane
Subject Re: ALTER TABLE ADD/DROP INHERITS
Date
Msg-id 16883.1149710224@sss.pgh.pa.us
Whole thread Raw
In response to Re: ALTER TABLE ADD/DROP INHERITS  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: ALTER TABLE ADD/DROP INHERITS
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> We should try very hard to avoid adding new reserved words, IMNSHO.

*Especially* ones not sanctioned by the SQL spec.  Reserving a word that
is not listed as reserved in the standard is really a spec violation,
because it means that spec-conforming SQL commands may fail.

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: ALTER TABLE ADD/DROP INHERITS
Next
From: Greg Stark
Date:
Subject: Re: ALTER TABLE ADD/DROP INHERITS