wrong information in Inheritance-chapter? - Mailing list pgsql-docs

From Jukka Vaananen
Subject wrong information in Inheritance-chapter?
Date
Msg-id Pine.LNX.4.21.0104051635450.23513-100000@jymy.kase.fi
Whole thread Raw
List pgsql-docs
Hi,

PostgreSQL 7.0 online documentation, chapter 9
(http://www.de.postgresql.org/users-lounge/docs/7.0/postgres/inherit.htm)

It says that *-notation works on SELECT, UPDATE, DELETE. But I have only
succeeded to use it on SELECT.

statements like:
DELETE FROM FOO*... , or:
UPDATE FOO*...

dont work:
ERROR:  parser: parse error at or near "*"

Or am I doing it wrong..?

-JV


pgsql-docs by date:

Previous
From: "Mitesh Shah"
Date:
Subject: eRServer
Next
From: Bruce Momjian
Date:
Subject: Re: Better Features document?