We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7948e60 commit 4acf24aCopy full SHA for 4acf24a
docs/persistence/postgres/how-to/enable-auditing.md
@@ -47,6 +47,7 @@ spec:
47
48
The `cloudsql.enable_pgaudit` flag enables the pgaudit logging in the database. The `pgaudit.log` flag specifies what to log.
49
Possible values for `pgaudit.log` are as follows (and all combinations of these):
50
+
51
- `read` - Log select and copy commands.
52
- `write` - Log insert, update, delete, truncate and copy commands.
53
- `ddl` - Log all data definition language commands not included in `role`.
0 commit comments