You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aharonrobbins edited this page Jul 19, 2016
·
6 revisions
There are a few known limitations.
Certain kinds of SQL statements (such as CREATE TABLE foo AS select ...) produce multiple auditing records. This cannot be disabled due to the way PostgreSQL itself invokes various internal hooks.
The plugin cannot determine the accessed object for certain statements:
CREATE MATERIALIZED VIEW
CREATE SCHEMA when no schema name is supplied. (The SQL syntax allows this in certain cases.)