Re: [BUGS] Another bug with views

2003-07-15 Thread Tom Lane
Dmitry Tkach <[EMAIL PROTECTED]> 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 [ CAS

[BUGS] Another bug with views

2003-07-15 Thread Dmitry Tkach
... and here is another bug I ran into while trying to investigate my earlier problem with views a little more: testdb=# drop rule skip_test; ERROR: parser: parse error at or near ";" at character 20 testdb=# \h drop rule Command: DROP RULE Description: remove a rewrite rule Syntax: DROP RUL