Re: [BUGS] BUG #1524: drop view cascade deletes other user's views

2005-03-04 Thread Tom Lane
"Dennis van Dok" <[EMAIL PROTECTED]> writes: > Using DROP VIEW or DROP TABLE with CASCADE will drop all dependent views, > even those that aren't owned by the caller. This is per SQL spec. regards, tom lane ---(end of broadcast)

[BUGS] BUG #1524: drop view cascade deletes other user's views

2005-03-04 Thread Dennis van Dok
The following bug has been logged online: Bug reference: 1524 Logged by: Dennis van Dok Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.4 Operating system: Linux Description:drop view cascade deletes other user's views Details: Using DROP VIEW or DROP TABLE