![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi All, Try this.... sql bowtest << SQL_END create table xx (a integer); \p\g drop permit on xx all; -- nothing to drop, but no error is raised. \p\g revoke all on xx from public cascade; -- there is nothing to drop, but an error is raised. \p\g \q SQL_END It irks me that: 1. When there are no permissions to revoke, I still get an error message. That seems like overkill to me. 2. We can't say 'revoke all on xx;' and mean drop the lot...like drop permit on xx ALL. We have to supply a finer level of granularity ie a user, group etc... That seems needlessly fussy to me. 3. drop permit is no longer documented in 9.2 or 9.3 SQL Reference guides. That seems suspicious to me. Am I the only one irked by this? Does anyone have anything to offer before I go and raise an Enhancement Request? |
![]() |
| Thread Tools | |
| Display Modes | |
| |