Re: Another bug with views - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Another bug with views
Date
Msg-id 23368.1058287525@sss.pgh.pa.us
Whole thread Raw
In response to Another bug with views  (Dmitry Tkach <dmitry@openratings.com>)
List pgsql-bugs
Dmitry Tkach <dmitry@openratings.com> writes:
> Secondly, even if it has to be this way, it looks like the help entry is
> out of date...

No, but your psql evidently is.  I get

regression=# \h drop rule
Command:     DROP RULE
Description: remove a rewrite rule
Syntax:
DROP RULE name ON relation [ CASCADE | RESTRICT ]

from 7.3 psql.  Yours is evidently 7.2.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Dmitry Tkach
Date:
Subject: Re: INSTEAD rule bug?
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] INSTEAD rule bug?