Re: Rights Control within DB (which SuperUser cannot access, but user can)

2023-10-05 Thread Tom Lane
Rajesh Mittal writes: > Is there a way, where an authorized user (Creates Table / Inserts Data) in > a DB, which the SuperUser cannot access the same. > I understand SuperUser can revoke the access of the user, but he should not > be able to see the table structure and data inserted in those table

Rights Control within DB (which SuperUser cannot access, but user can)

2023-10-05 Thread Rajesh Mittal
Hello, Is there a way, where an authorized user (Creates Table / Inserts Data) in a DB, which the SuperUser cannot access the same. I understand SuperUser can revoke the access of the user, but he should not be able to see the table structure and data inserted in those tables. Best, Rajesh