audit_table(target_table regclass)


Description

Add auditing support to the given table. Row-level changes will be logged with full client query text. No cols are ignored.

Parameters

Name Type Mode
target_table regclass IN

Definition