Skip to content

Commit 96f3253

Browse files
committed
sepgsql.sgml to tablefunc.sgml updated files
1 parent 1860968 commit 96f3253

File tree

5 files changed

+1660
-356
lines changed

5 files changed

+1660
-356
lines changed

postgresql/doc/src/sgml/sepgsql.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ ____________________________________________________________________________-->
9797

9898
<!--==========================orignal english content==========================
9999
<para>
100-
The <xref linkend="sql-security-label"/> statement allows assignment of
100+
The <link linkend="sql-security-label"><command>SECURITY LABEL</command></link> statement allows assignment of
101101
a security label to a database object.
102102
</para>
103103
____________________________________________________________________________-->
104104
<para>
105-
<xref linkend="sql-security-label"/>语句允许为一个数据库对象分配安全标签。
105+
<link linkend="sql-security-label"><command>SECURITY LABEL</command></link>语句允许为一个数据库对象分配安全标签。
106106
</para>
107107

108108
</sect2>
@@ -876,12 +876,12 @@ ____________________________________________________________________________-->
876876
<listitem>
877877
<!--==========================orignal english content==========================
878878
<para>
879-
<xref linkend="sql-createdatabase"/> additionally requires
879+
<link linkend="sql-createdatabase"><command>CREATE DATABASE</command></link> additionally requires
880880
<literal>getattr</literal> permission for the source or template database.
881881
</para>
882882
____________________________________________________________________________-->
883883
<para>
884-
<xref linkend="sql-createdatabase"/>额外要求源数据库或者模板数
884+
<link linkend="sql-createdatabase"><command>CREATE DATABASE</command></link>额外要求源数据库或者模板数
885885
据库的<literal>getattr</literal>权限。
886886
</para>
887887
</listitem>
@@ -984,7 +984,7 @@ ____________________________________________________________________________-->
984984
<listitem>
985985
<!--==========================orignal english content==========================
986986
<para>
987-
Using <xref linkend="sql-security-label"/> on an object additionally
987+
Using <link linkend="sql-security-label"><command>SECURITY LABEL</command></link> on an object additionally
988988
requires <literal>relabelfrom</literal> permission for the object in
989989
conjunction with its old security label and <literal>relabelto</literal>
990990
permission for the object in conjunction with its new security label.
@@ -995,7 +995,7 @@ ____________________________________________________________________________-->
995995
</para>
996996
____________________________________________________________________________-->
997997
<para>
998-
在一个对象上使用<xref linkend="sql-security-label"/>会额外对该对象要求
998+
在一个对象上使用<link linkend="sql-security-label"><command>SECURITY LABEL</command></link>会额外对该对象要求
999999
<literal>relabelfrom</literal>权限连同它的旧安全标签以及<literal>relabelto</literal>
10001000
权限连同它的新安全标签(在安装了多个标签提供者并且用户尝试设置一个不由
10011001
<productname>SELinux</productname>管理的安全标签的情况中,这里只应该检查
@@ -1246,12 +1246,12 @@ ____________________________________________________________________________-->
12461246
<title>杂项</title>
12471247
<!--==========================orignal english content==========================
12481248
<para>
1249-
We reject the <xref linkend="sql-load"/> command across the board, because
1249+
We reject the <link linkend="sql-load"><command>LOAD</command></link> command across the board, because
12501250
any module loaded could easily circumvent security policy enforcement.
12511251
</para>
12521252
____________________________________________________________________________-->
12531253
<para>
1254-
我们全面拒绝<xref linkend="sql-load"/>命令,因为任何模块的装载都
1254+
我们全面拒绝<link linkend="sql-load"><command>LOAD</command></link>命令,因为任何模块的装载都
12551255
可能很轻易地绕过安全策略的强制保护。
12561256
</para>
12571257

@@ -1277,8 +1277,8 @@ ____________________________________________________________________________-->
12771277
<title>Sepgsql Functions</title>
12781278
____________________________________________________________________________-->
12791279
<title>Sepgsql 函数</title>
1280-
<tgroup cols="1">
1281-
<thead>
1280+
<tgroup cols="1">
1281+
<thead>
12821282
<!--==========================orignal english content==========================
12831283
<row>
12841284
<entry role="func_table_entry"><para role="func_signature">
@@ -1528,9 +1528,9 @@ ____________________________________________________________________________-->
15281528
</varlistentry>
15291529
<varlistentry>
15301530
<!--==========================orignal english content==========================
1531-
<term><ulink url="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide/">SELinux User's and Administrator's Guide</ulink></term>
1531+
<term><ulink url="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/index">SELinux User's and Administrator's Guide</ulink></term>
15321532
____________________________________________________________________________-->
1533-
<term><ulink url="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide/">SELinux用户和管理员指南</ulink></term>
1533+
<term><ulink url="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/index">SELinux 用户和管理员指南</ulink></term>
15341534
<listitem>
15351535
<!--==========================orignal english content==========================
15361536
<para>

0 commit comments

Comments
 (0)