Re: Another bug with views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Tkach <dmitry(at)openratings(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Another bug with views
Date: 2003-07-15 16:45:25
Message-ID: 23368.1058287525@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dmitry Tkach <dmitry(at)openratings(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-07-15 16:53:34 Re: [GENERAL] INSTEAD rule bug?
Previous Message Dmitry Tkach 2003-07-15 16:45:01 Re: INSTEAD rule bug?