Re: Inheritance docs error.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Paul Govereau <pgoverea(at)akamai(dot)com>, <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Inheritance docs error.
Date: 2000-12-30 19:12:32
Message-ID: Pine.LNX.4.30.0012302007350.776-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

Tom Lane writes:

> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> >> It seems that the last one is correct -- or at least works for me.
>
> > They are all correct: UNDER is the new SQL99 syntax, INHERITS is the
> > traditional Postgres syntax.
>
> Current docs do appear to be erroneous: they claim the UNDER phrase goes
> where INHERIT does, which is not what the grammar thinks. I haven't
> looked at SQL99 to see which is right.

The grammar appears to be correct to the extent that SQL99 wants the UNDER
before the column list, so I corrected the documentation at that point.
However, the syntax as a whole is not SQL99-compliant.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2000-12-30 20:08:46 Re: Inheritance docs error.
Previous Message Tom Lane 2000-12-30 18:05:05 Re: Inheritance docs error.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-30 19:24:38 Re: oid failures on Alpha solved
Previous Message Tom Lane 2000-12-30 18:15:07 Re: pgsql/src (Makefile.global.in)