Re: [HACKERS] Re: Inheritance docs error.
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, Paul Govereau <pgoverea@akamai.com>, pgsql-docs@postgresql.org, pgsql-hackers@postgresql.org
Date: 2001-01-02T07:11:52Z
Lists: pgsql-hackers
> I am strongly inclined to rip out the pseudo-UNDER clause and support
> only the old-style INHERITS syntax for 7.1. UNDER is adding no
> functionality and I think we will eventually regret using an SQL keyword
> for non-SQL semantics.
I agree with you, Hannu, et al. If it isn't making a good effort in
truely supporting SQL9x, then it isn't yet worth having in the parser.
- Thomas