Skip to content

Commit 67773b1

Browse files
committed
修正编译错误
1 parent 57165ec commit 67773b1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

postgresql/doc/src/sgml/ref/create_function.sgml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ doc/src/sgml/ref/create_function.sgml
2121
<refpurpose>定义一个新函数</refpurpose>
2222
</refnamediv>
2323

24-
<indexterm zone="sql-createfunction">
25-
<primary>CREATE FUNCTION</primary>
26-
</indexterm>
27-
2824
<refsynopsisdiv>
2925
<synopsis>
3026
CREATE [ OR REPLACE ] FUNCTION

postgresql/doc/src/sgml/ref/vacuum.sgml

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ PostgreSQL documentation
2424
<refpurpose>垃圾收集以及可选地分析一个数据库</refpurpose>
2525
</refnamediv>
2626

27-
<indexterm zone="sql-vacuum">
28-
<primary>VACUUM</primary>
29-
</indexterm>
30-
3127
<refsynopsisdiv>
3228
<synopsis>
3329
VACUUM [ ( { FULL | FREEZE | VERBOSE | ANALYZE } [, ...] ) ] [ <replaceable class="PARAMETER">table_name</replaceable> [ (<replaceable class="PARAMETER">column_name</replaceable> [, ...] ) ] ]

0 commit comments

Comments
 (0)