Skip to content

Commit 3ae1c9b

Browse files
committed
Merge pull request #72 from ChenHuajun/master
test-parser.sgml和pg_controldata.sgml 2处小问题纠正
2 parents ffedc5c + 3e6fdd0 commit 3ae1c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

postgresql/doc/src/sgml/ref/pg_controldata.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ PostgreSQL documentation
4646
-->
4747
<para>
4848
<command>pg_controldata</command>打印那些在<command>initdb</>过程中初始化的信息,
49-
比如目录版本。它还显示有关预写日志和检查点处理相关的信息。这些信息是集群范围内有效的,
50-
并不和某个数据库相关。
49+
比如系统表版本。它还显示有关预写日志和检查点处理相关的信息。
50+
这些信息是集群范围内有效的,并不和某个数据库相关。
5151
</para>
5252

5353
<!--

postgresql/doc/src/sgml/test-parser.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mydb=# SELECT * FROM ts_token_type('testparser');
7575
-->
7676

7777
<para>
78-
安装<literal>test_parser</>扩展,创建一个文本搜索解析器testparser。它没有用户可配置参数。
78+
安装<literal>test_parser</>扩展,创建一个文本搜索解析器<literal>testparser</>。它没有用户可配置参数。
7979

8080
</para>
8181

0 commit comments

Comments
 (0)