[GENERAL] pg_audit to mask literal sql - Mailing list pgsql-general

From rakeshkumar464
Subject [GENERAL] pg_audit to mask literal sql
Date
Msg-id 1509386117860-0.post@n3.nabble.com
Whole thread Raw
Responses Re: [GENERAL] pg_audit to mask literal sql  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Re: [GENERAL] pg_audit to mask literal sql  (John R Pierce <pierce@hogranch.com>)
List 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 by date:

Previous
From: Zarko Aleksic
Date:
Subject: [GENERAL] the database system is shutting down - terminating walsender processdue to replication timeout
Next
From: Ivan Voras
Date:
Subject: [GENERAL] Roles inherited from a role which is the owner of a database can drop it?