Re: How Do I Hide Trigger ??

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: How Do I Hide Trigger ??
Дата
Msg-id 200304140916.LAA09389@rodos
обсуждение исходный текст
Ответ на How Do I Hide Trigger ??  ("Yudha Setiawan" <inas_husband@BonBon.net>)
Список pgsql-sql
> 
> Dear Milist,=20
> For the security reason, i'd like=20
> to Hide or Encrypting some Function,
> triggers or procedure on tables pg_proc,=20
> So If I have many user on my database,
> there will be one user could see the
> "prosrc" on pg_proc or could do select=20
> the pg_proc without encrypted.
> 
> Any advice will be helpfull.
> 
Would this help? 

revoke all privileges on pg_proc from public;

Regards, Christoph 



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

Предыдущее
От: "Yudha Setiawan"
Дата:
Сообщение: How Do I Hide Trigger ??
Следующее
От: Rado Petrik
Дата:
Сообщение: REPLACE