wrong information in Inheritance-chapter?

From: Jukka Vaananen <jukvaa(at)jymy(dot)kase(dot)fi>
To: pgsql-docs(at)postgresql(dot)org
Subject: wrong information in Inheritance-chapter?
Date: 2001-04-05 13:43:42
Message-ID: Pine.LNX.4.21.0104051635450.23513-100000@jymy.kase.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-docs by date

  From Date Subject
Next Message Joel Burton 2001-04-07 19:52:00 Better Features document?
Previous Message Gordon A. Runkle 2001-04-04 22:11:13 Re: COPY Question