Skip to content

Commit 7a83416

Browse files
committed
修正编译错误
1 parent c9ee679 commit 7a83416

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

postgresql/doc/src/sgml/ref/security_label.sgml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,10 @@ ____________________________________________________________________________-->
190190
<term><replaceable class="parameter">function_name</replaceable></term>
191191
____________________________________________________________________________-->
192192
<term><replaceable class="parameter">function_name</replaceable></term>
193-
<listitem>
194193
<!--==========================orignal english content==========================
195194
<term><replaceable class="parameter">procedure_name</replaceable></term>
196195
____________________________________________________________________________-->
197196
<term><replaceable class="parameter">procedure_name</replaceable></term>
198-
<listitem>
199197
<!--==========================orignal english content==========================
200198
<term><replaceable class="parameter">routine_name</replaceable></term>
201199
____________________________________________________________________________-->

postgresql/doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ ____________________________________________________________________________-->
227227
user in the same group as the cluster owner to take a backup of the
228228
cluster data or perform other operations that only require read access.
229229
</para>
230-
230+
____________________________________________________________________________-->
231231
<para>
232232
因为数据目录包含所有存储在数据库里的数据,所以最重要的是保护这个目录不受未授权的访问。因此,<command>initdb</command>会回收禁止除<productname>PostgreSQL</productname>用户,也可以选择组,之外所有用户的访问权限。当组访问启用时,是只读的。它允许相同组中未被授权的用户作为集簇属主,备份集簇数据或者执行其他只需要读访问权限的操作。
233233
</para>
234-
<para>
235234
<!--==========================orignal english content==========================
235+
<para>
236236
Note that enabling or disabling group access on an existing cluster requires
237237
the cluster to be shut down and the appropriate mode to be set on all
238238
directories and files before restarting

0 commit comments

Comments
 (0)