Re: Hide some tables

Поиск
Список
Период
Сортировка
От Jayadevan M
Тема Re: Hide some tables
Дата
Msg-id CAFS1N4j8tEDap7sEeZDsQPSCbrFZwjbRYmyTAYPBA+yMP+2_CA@mail.gmail.com
обсуждение исходный текст
Ответ на Hide some tables  ("intmail01@gmail.com" <intmail01@gmail.com>)
Ответы Re: Hide some tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql



There are some operators who enters data in my database with just one
table. Others tables are updated by triggers, these tables contains
result of calculation. How to do to hide these tables because I do not
want that operators read them ? On help documentation it is said that I
can not block SELECT privilege because it is required for UPDATE.
Can you move them to a different schema, and manage using search_path?
Regards,
Jayadevan

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

Предыдущее
От: "intmail01@gmail.com"
Дата:
Сообщение: Hide some tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hide some tables