Inheritance docs error. - Mailing list pgsql-docs

From Paul Govereau
Subject Inheritance docs error.
Date
Msg-id 20001226165251.A25263@dhcp-25-572.kendall.akamai.com
Whole thread Raw
Responses Re: Inheritance docs error.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
Hello,

I have noticed some errors in the 7.1 Documentation.
Specifically, in the sections involving inheritance.

In Chapter 8. it shows syntax of:
 create table <name> UNDER <name> ( ... )

In Reference Manual CREATE TABLE shows syntax of:
 create table <name> ( ... ) under <name>

In psql, \h create table shows syntax of:
 create table <name> ( ... ) inherits (<name>)

It seems that the last one is correct -- or at least works for me.

Thanks,
Paul

PS -- Version 7.1 is great! -- Thank You.

--
Paul Govereau
pgoverea@akamai.com
govereau@mit.edu

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] About PQsetClientEncoding(),"SET NAMES",and "SET CLIENT_ENCODING"
Next
From: "Gilles Bernard"
Date:
Subject: Postgres ignoring RTree for geometric operators