Inheritance docs error.

Paul Govereau <pgoverea@akamai.com>

From: Paul Govereau <pgoverea@akamai.com>
To: pgsql-docs@postgresql.org
Date: 2000-12-26T21:52:51Z
Lists: pgsql-hackers
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