dbTalk Databases Forums  

[BUGS] Another bug with views

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] Another bug with views in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dmitry Tkach
 
Posts: n/a

Default [BUGS] Another bug with views - 07-15-2003 , 11:22 AM






.... 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


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.