Skip to content

Commit 90439bd

Browse files
authored
Revise baseline configuration and example output
Updated configuration example and removed unnecessary output section.
1 parent 815dfbd commit 90439bd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

EN/modules/ROOT/pages/master/5.7.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The commands above expect the environment variable `PGHOME` to point to the inst
4141
=== Baseline Configuration Before Registering the Extension
4242

4343
1. Modify `ivorysql.conf` to load the plugin and configure common parameters:
44-
45-
[source,conf]
4644
----
4745
shared_preload_libraries = 'pgaudit' # Requires an instance restart
4846
pgaudit.log = 'read, write, ddl' # Sample audit scope; adjust as needed
@@ -85,8 +83,6 @@ If the returned `installed_version` matches the expected release, the extension
8583
tail -f $PGDATA/log/*.log | grep 'AUDIT:'
8684
----
8785

88-
Example output:
89-
9086
[source,text]
9187
----
9288
2025-10-31 15:56:32.113 CST [11451] LOG: AUDIT: SESSION,1,1,DDL,CREATE SEQUENCE,SEQUENCE,public.audit_demo_id_seq,"CREATE TABLE audit_demo(id serial PRIMARY KEY, info text)",<not logged>
@@ -106,6 +102,6 @@ If the returned `installed_version` matches the expected release, the extension
106102
ivorysql=# SHOW pgaudit.log_parameter;
107103
pgaudit.log_parameter
108104
-----------------------
109-
off
105+
on
110106
(1 row)
111107
----

0 commit comments

Comments
 (0)