From: | "Roderick A(dot) Anderson" <raanders(at)cyber-office(dot)net> |
---|---|
To: | PostgreSQL <pgsql-general(at)postgresql(dot)org> |
Subject: | Determining PUBLIC's permissions |
Date: | 2009-03-19 19:22:31 |
Message-ID: | 49C29B77.9060405@cyber-office.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'm trying to determine the permissions PUBLIC has on several
tables/views. Or would this be the default permissions for a table/view?
pg_user, pg_roles, pg_group, pg_authid, pg_auth_members, pg_database,
pg_tablespace, and pg_settings.
\dp pg_user
returns (0 rows).
I am logged in to template1 as postgres.
I am doing some testing of multi-tenant/shared-database-hosting options
and want to try to get around the possible limitations mentioned in the
article at <http://wiki.postgresql.org/wiki/Shared_Database_Hosting>.
After revoking from public I want to grant those permission back to the
'main' database user. Need to know what they are.
I was sure there was a thread recently on determining table permissions
and thought the \dp would do it.
Any suggestions?
\\||/
Rod
--
From | Date | Subject | |
---|---|---|---|
Next Message | ray | 2009-03-19 19:23:41 | Re: Installation Error, Server Won't Start |
Previous Message | Ron Mayer | 2009-03-19 19:10:14 | Re: Maximum transaction rate |