| From: | Paul Govereau <pgoverea(at)akamai(dot)com> |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Inheritance docs error. |
| Date: | 2000-12-26 21:52:51 |
| Message-ID: | 20001226165251.A25263@dhcp-25-572.kendall.akamai.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs 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(at)akamai(dot)com
govereau(at)mit(dot)edu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chih-Chang Hsieh | 2000-12-27 11:55:47 | About PQsetClientEncoding(),"SET NAMES",and "SET CLIENT_ENCODING" |
| Previous Message | Magnus Hagander | 2000-12-22 11:09:54 | RE: RE: SSL Connections [doc PATCH] |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brent Verner | 2000-12-26 23:03:42 | Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) |
| Previous Message | Brent Verner | 2000-12-26 20:47:37 | Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) |