Skip to content

Commit b2dc1c5

Browse files
committed
Remove numbered list formatting from pgaudit documentation.
1 parent 2baee38 commit b2dc1c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CN/modules/ROOT/pages/master/5.8.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ make install USE_PGXS=1 PG_CONFIG=$PGHOME/bin/pg_config
4141

4242
=== 注册扩展前的基础配置
4343

44-
1. 修改 `ivorysql.conf`,启用插件并设置常用参数:
44+
修改 `ivorysql.conf`,启用插件并设置常用参数:
4545
----
4646
shared_preload_libraries = 'pgaudit' # 需实例重启生效
4747
pgaudit.log = 'read, write, ddl' # 审计范围示例,可按需调整
@@ -66,7 +66,7 @@ SELECT name,
6666

6767
== 使用
6868

69-
1. 执行如下sql示例:
69+
执行如下sql示例:
7070

7171
[source,sql]
7272
----
@@ -77,7 +77,7 @@ UPDATE audit_demo SET info = 'pgaudit update' WHERE id = 1;
7777
DELETE FROM audit_demo WHERE id = 1;
7878
----
7979

80-
2. 在数据库服务器上查看审计日志:
80+
在数据库服务器上查看审计日志:
8181

8282
[source,shell]
8383
----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If the returned `installed_version` matches the expected release, the extension
6565

6666
== Usage
6767

68-
1. Execute the following SQL sample:
68+
Execute the following SQL sample:
6969

7070
[source,sql]
7171
----
@@ -76,7 +76,7 @@ If the returned `installed_version` matches the expected release, the extension
7676
DELETE FROM audit_demo WHERE id = 1;
7777
----
7878

79-
2. Check the audit logs on the database server:
79+
Check the audit logs on the database server:
8080

8181
[source,shell]
8282
----

0 commit comments

Comments
 (0)