granting SELECT on _all_ database objects (even non existing objects)

Поиск
Список
Период
Сортировка
От Joao Miguel Ferreira
Тема granting SELECT on _all_ database objects (even non existing objects)
Дата
Msg-id 1167836497.31315.93.camel@azagthot.critical.pt
обсуждение исходный текст
Список pgsql-general
Hello All,

my database contains a big table. on this table I create VIEWs.

The problem is this: the VIEWs are created dinamically by an external
program (depending on some configurations). Nevertheless I would like to
GRANT SELECT priviliges to my readOnlyUser, in a simple way...!!!

Summary: is it possible to allow Read-Onlky access to some user, in some
database, even if new database objects (VIEWs in my case) are created
dinamically ???

something like
GRANT SELECT ON * TO readOnlyUser;

I'm confused..

thx
jmf



DISCLAIMER: This message may contain confidential information or privileged material and is intended only for the
individual(s)named. If you are not a named addressee and mistakenly received this message you should not copy or
otherwisedisseminate it: please delete this e-mail from your system and notify the sender immediately. E-mail
transmissionsare not guaranteed to be secure or without errors as information could be intercepted, corrupted, lost,
destroyed,arrive late or incomplete or contain viruses. Therefore, the sender does not accept liability for any errors
oromissions in the contents of this message that arise as a result of e-mail transmissions. Please request a hard copy
versionif verification is required. Critical Software, SA. 

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "no unpinned buffers available" ? why? (hstore and plperl involved)
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: "no unpinned buffers available" ? why? (hstore and