[GENERAL] pg_audit to mask literal sql

Поиск
Список
Период
Сортировка
От rakeshkumar464
Тема [GENERAL] pg_audit to mask literal sql
Дата
Msg-id 1509386117860-0.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: [GENERAL] pg_audit to mask literal sql
Re: [GENERAL] pg_audit to mask literal sql
Список pgsql-general
Is there a way in pgaudit to mask literal sqls like the below:

insert into table (col1,col2) values(1,2)
select * from table where col1 = 1 

These sqls are typed by our QA folks using pgadmin. pgaudit records this
verbatim which runs afoul of our HIPAA requirement.  Prepared statements are
not an issue since pgaudit provides a way to suppress values.



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Zarko Aleksic
Дата:
Сообщение: [GENERAL] the database system is shutting down - terminating walsender processdue to replication timeout
Следующее
От: Ivan Voras
Дата:
Сообщение: [GENERAL] Roles inherited from a role which is the owner of a database can drop it?