This is a discussion on Security Query within the pgsql Admins forums, part of the PostgreSQL category; --> Is there a query I can run that will tell me what access my users have to various database ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| From the psql client, you can view ACL permission summaries by using the \zslash command. This command displays all access permissions in the currently connected database. To see permissions on a specific object, specify that object's name as a parameter to the \z command. You can use a regular expression in place of a name to see privileges on a group of objects. http://www.faqs.org/docs/ppbook/x19270.htm > To: pgsql-admin@postgresql.org> From: walterc@indiana.edu> Subject: [ADMIN] Security Query> Date: Mon, 12 Nov 2007 09:22:35 -0500> > Is there a query I can run that will tell me what access my users > have to various database objects?> > Thanks,> Carol Walter> > ---------------------------(end of broadcast)---------------------------> TIP 2: Don't 'kill -9' the postmaster __________________________________________________ _______________ Climb to the top of the charts!* Play Star Shuffle:* the word scramble challenge with star power. http://club.live.com/star_shuffle.as...textlink_ oct |