Inheritance docs error.

Поиск
Список
Период
Сортировка
От Paul Govereau
Тема Inheritance docs error.
Дата
Msg-id 20001226165251.A25263@dhcp-25-572.kendall.akamai.com
обсуждение исходный текст
Ответы Re: Inheritance docs error.
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] About PQsetClientEncoding(),"SET NAMES",and "SET CLIENT_ENCODING"
Следующее
От: "Gilles Bernard"
Дата:
Сообщение: Postgres ignoring RTree for geometric operators