sql-revoke Questions
2
I am using PostgreSQL 10.4 and I found a strange behavior.
If we create an role and grant it to CONNECT the database:
CREATE ROLE dummy;
GRANT CONNECT ON DATABASE test TO dummy;
Then we cannot dro...
Conclude asked 24/6, 2018 at 12:15
13
Solved
I'm trying to make restricted DB users for the app I'm working on, and I want to drop the Postgres database user I'm using for experimenting. Is there any way to drop the user without having to rev...
Mikiso asked 11/6, 2010 at 14:26
1
Solved
Database "mydb" is owned by role "mydb_owner".
User "currentuser" tries to delete role "roletodelete" from this database using
revoke all on all tables in schema public,firma1 from "roletodelet...
Outline asked 12/4, 2020 at 8:15
4
Solved
What is the difference between the DENY and REVOKE commands in SQL Server?
Bestir asked 25/4, 2011 at 12:41
2
How do I revoke all privileges for a user in SQLPlus?
I'm logged in as sysdba and I would like to revoke all privileges for a regular user.
I googled this query
REVOKE ALL PRIVILEGES, GRANT OPTION ...
Suicidal asked 18/5, 2015 at 22:0
1
© 2022 - 2024 — McMap. All rights reserved.