Re: Making a schema "read-only" (was Unexpected message in grant/revoke script) - Mailing list pgsql-general

From Webb Sprague
Subject Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)
Date
Msg-id b11ea23c0803141322w8788ceax535615b78372904e@mail.gmail.com
Whole thread Raw
In response to Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)  ("Webb Sprague" <webb.sprague@gmail.com>)
Responses Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)  (Erik Jones <erik@myemma.com>)
List pgsql-general
>  >  Start with
>  >         revoke all on schema public from public
>  >  and then grant only what you want.

Oh -- to grant select permissions on all the tables in the public
schema, do I have to do it table-by-table?  I know I can write a loop
an use information_schema if necessary, but if I don't have to I would
like to know.

Thx

pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: postgre vs MySQL
Next
From: "Kynn Jones"
Date:
Subject: How to silence psql notices, warnings, etc.?