You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
——row914至927,增英和翻为:
<!--==========================orignal english content==========================
<row>
<entry>pg_monitor</entry>
<entry>Read/execute various monitoring views and functions.
This role is a member of <literal>pg_read_all_settings</literal>,
<literal>pg_read_all_stats</literal> and
<literal>pg_stat_scan_tables</literal>.</entry>
</row>
____________________________________________________________________________-->
<row>
<entry>pg_monitor</entry>
<entry>读取/执行各种不同的监控视图和函数。
这角色是<literal>pg_read_all_settings</literal>,<literal>pg_read_all_stats</literal>和<literal>pg_stat_scan_tables</literal>的成员。</entry>
</row>
——row931,调英为:
<entry>Signal another backend to cancel a query or terminate its session.</entry>
——row936,调翻为:
<entry>发信号到其他后端亿取消查询或中止它的会话。</entry>
——row971,删英和翻为:
<!--==========================orignal english content==========================
<row>
<entry>pg_monitor</entry>
<entry>Read/execute various monitoring views and functions.
This role is a member of <literal>pg_read_all_settings</literal>,
<literal>pg_read_all_stats</literal> and
<literal>pg_stat_scan_tables</literal>.</entry>
</row>
____________________________________________________________________________-->
<row>
<entry>pg_monitor</entry>
<entry>读取/执行各种监控视图和函数。这个角色是<literal>pg_read_all_settings</literal>、<literal>pg_read_all_stats</literal>以及<literal>pg_stat_scan_tables</literal>的成员。</entry>
</row>
——row974,删英和翻为:
<!--==========================orignal english content==========================
<para>
The <literal>pg_read_server_files</literal>, <literal>pg_write_server_files</literal> and
<literal>pg_execute_server_program</literal> roles are intended to allow administrators to have
trusted, but non-superuser, roles which are able to access files and run programs on the
database server as the user the database runs as. As these roles are able to access any file on
the server file system, they bypass all database-level permission checks when accessing files
directly and they could be used to gain superuser-level access, therefore care should be taken
when granting these roles to users.
</para>
____________________________________________________________________________-->
<para>
<literal>pg_read_server_files</literal>、<literal>pg_write_server_files</literal>以及<literal>pg_execute_server_program</literal>角色的目的是允许管理员有一些可信但不是超级用户的角色来访问文件以及以运行数据库的用户在数据库服务器上运行程序。由于这些角色能够防伪服务器文件系统上的任何文件,因此在直接访问文件时它们会绕过任何数据库级别的权限检查并且它们可以被用来得到超级用户级别的访问,因此在把这些角色授予给用户时应当非常小心。
</para>
——row989至1019,增英和翻为:
<!--==========================orignal english content==========================
<para>
The <literal>pg_signal_backend</literal> role is intended to allow
administrators to enable trusted, but non-superuser, roles to send signals
to other backends. Currently this role enables sending of signals for
canceling a query on another backend or terminating its session. A user
granted this role cannot however send signals to a backend owned by a
superuser. See <xref linkend="functions-admin-signal"/>.
</para>
____________________________________________________________________________-->
<para>
<literal>pg_signal_backend</literal>角色想要允许管理员启用受信任的、但是非超级用户的、发送信号给其他后端的角色。
当前,此角色允许发送信号以取消另一个后端上的查询或终止其会话。不过授予此角色的用户不能向属于超级用户的后端发送信号。
参见<xref linkend="functions-admin-signal"/>
</para>
<!--==========================orignal english content==========================
<para>
The <literal>pg_read_server_files</literal>, <literal>pg_write_server_files</literal> and
<literal>pg_execute_server_program</literal> roles are intended to allow administrators to have
trusted, but non-superuser, roles which are able to access files and run programs on the
database server as the user the database runs as. As these roles are able to access any file on
the server file system, they bypass all database-level permission checks when accessing files
directly and they could be used to gain superuser-level access, therefore
great care should be taken when granting these roles to users.
</para>
____________________________________________________________________________-->
<para>
<literal>pg_read_server_files</literal>、<literal>pg_write_server_files</literal>以及<literal>pg_execute_server_program</literal>角色的目的是允许管理员有一些可信但不是超级用户的角色来访问文件以及以运行数据库的用户在数据库服务器上运行程序。
由于这些角色能够访问服务器文件系统上的任何文件,因此在直接访问文件时它们会绕过任何数据库级别的权限检查并且它们可以被用来得到超级用户级别的访问,因此在把这些角色授予给用户时应当特别小心。
</para>
——row1034至1035,调英为:
Administrators can grant access to these roles to users using the
<xref linkend="sql-grant"/> command, for example:
——row1043,调翻为:
管理员可以用<xref linkend="sql-grant"/>命令把对这些角色的访问授予给用户,例如:
0 commit comments