Skip to content

Commit 4acf24a

Browse files
authored
pgaudit: manglet linjeskifte for å formatere tabell
1 parent 7948e60 commit 4acf24a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/persistence/postgres/how-to/enable-auditing.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spec:
4747
4848
The `cloudsql.enable_pgaudit` flag enables the pgaudit logging in the database. The `pgaudit.log` flag specifies what to log.
4949
Possible values for `pgaudit.log` are as follows (and all combinations of these):
50+
5051
- `read` - Log select and copy commands.
5152
- `write` - Log insert, update, delete, truncate and copy commands.
5253
- `ddl` - Log all data definition language commands not included in `role`.

0 commit comments

Comments
 (0)