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

Поиск
Список
Период
Сортировка
От Webb Sprague
Тема Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)
Дата
Msg-id b11ea23c0803141322w8788ceax535615b78372904e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)  ("Webb Sprague" <webb.sprague@gmail.com>)
Ответы Re: Making a schema "read-only" (was Unexpected message in grant/revoke script)  (Erik Jones <erik@myemma.com>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: postgre vs MySQL
Следующее
От: "Kynn Jones"
Дата:
Сообщение: How to silence psql notices, warnings, etc.?