Greg Stark wrote:
> As described on -hackers this is my work so far adding ADD/DROP INHERITS. It
> implements the controversial "ALTER TABLE <table> ADD/DROP INHERITS <parent>"
> syntax that requires making INHERITS a reserved keyword. I haven't seen a
> clear consensus yet on what the best syntax to use here would be.
>
>
We should try very hard to avoid adding new reserved words, IMNSHO. I
have no idea how many users have tables or columns called "inherits",
but it is surely a number greater than zero.
cheers
andrew