Skip to content

Commit

Permalink
修正编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Apr 26, 2016
1 parent 57165ec commit 67773b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions postgresql/doc/src/sgml/ref/create_function.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ doc/src/sgml/ref/create_function.sgml
<refpurpose>定义一个新函数</refpurpose>
</refnamediv>

<indexterm zone="sql-createfunction">
<primary>CREATE FUNCTION</primary>
</indexterm>

<refsynopsisdiv>
<synopsis>
CREATE [ OR REPLACE ] FUNCTION
Expand Down
4 changes: 0 additions & 4 deletions postgresql/doc/src/sgml/ref/vacuum.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ PostgreSQL documentation
<refpurpose>垃圾收集以及可选地分析一个数据库</refpurpose>
</refnamediv>

<indexterm zone="sql-vacuum">
<primary>VACUUM</primary>
</indexterm>

<refsynopsisdiv>
<synopsis>
VACUUM [ ( { FULL | FREEZE | VERBOSE | ANALYZE } [, ...] ) ] [ <replaceable class="PARAMETER">table_name</replaceable> [ (<replaceable class="PARAMETER">column_name</replaceable> [, ...] ) ] ]
Expand Down

0 comments on commit 67773b1

Please sign in to comment.