Another bug with views

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Another bug with views
Дата
Msg-id 3F142A21.7000802@openratings.com
обсуждение исходный текст
Ответы Re: Another bug with views  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
... 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 RULE name [, ...]

testdb=# drop rule skip_test on test_view;
DROP RULE


First of all did you guys have to change the syntax in 7.3, and make it
incompatible with all the existing sql code out there? :-(
I see that the rule names are no longer required to be globally
unique... but still it would be nice if it could understand the old
syntax and work the old way as long as there is only one matching rule...

Secondly, even if it has to be this way, it looks like the help entry is
out of date...

Dima

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: INSTEAD rule bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: INSTEAD rule bug?