Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit920c6ad

Browse files
committed
docs: change "default role" wording to "predefined role"
The new wording was determined to be more accurate. Also, updaterelease note links that reference these sections.Reported-by: rirans@comcast.netDiscussion:https://postgr.es/m/157742545062.1149.11052653770497832538@wrigleys.postgresql.orgBackpatch-through: 9.6
1 parent353cd82 commit920c6ad

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎doc/src/sgml/user-manag.sgml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -483,30 +483,30 @@ DROP ROLE doomed_role;
483483
</para>
484484
</sect1>
485485

486-
<sect1 id="default-roles">
487-
<title>Default Roles</title>
486+
<sect1 id="predefined-roles">
487+
<title>Predefined Roles</title>
488488

489-
<indexterm zone="default-roles">
489+
<indexterm zone="predefined-roles">
490490
<primary>role</>
491491
</indexterm>
492492

493493
<para>
494-
<productname>PostgreSQL</productname> provides a set ofdefault roles
495-
whichprovide access tocertain, commonly needed,privileged capabilities
496-
and information.Administrators can GRANT these roles tousers and/or
497-
other roles in their environment,providing thoseusers with access to
498-
the specified capabilities andinformation.
494+
<productname>PostgreSQL</productname> provides a set ofpredefined
495+
roleswhichallow access to privileged capabilities and information.
496+
Administrators can GRANT these roles tologin and non-login roles,
497+
providing thoseroles with access to the specified capabilities and
498+
information.
499499
</para>
500500

501501
<para>
502-
Thedefault roles are described in <xref linkend="default-roles-table">.
503-
Note that the specific permissions for each of thedefault roles may
502+
Thepredefined roles are described in <xref linkend="predefined-roles-table">.
503+
Note that the specific permissions for each of thepredefined roles may
504504
change in the future as additional capabilities are added. Administrators
505505
should monitor the release notes for changes.
506506
</para>
507507

508-
<table tocentry="1" id="default-roles-table">
509-
<title>Default Roles</title>
508+
<table tocentry="1" id="predefined-roles-table">
509+
<title>Predefined Roles</title>
510510
<tgroup cols="2">
511511
<thead>
512512
<row>
@@ -550,8 +550,8 @@ DROP ROLE doomed_role;
550550
<literal>pg_read_all_stats</literal> and <literal>pg_stat_scan_tables</literal>
551551
roles are intended to allow administrators to easily configure a role for the
552552
purpose of monitoring the database server. They grant a set of common privileges
553-
allowing the role to readvarious usefulconfiguration settings, statistics and
554-
othersystem information normally restricted to superusers.
553+
allowing the role to read configuration settings, statistics, and other
554+
system information normally restricted to superusers.
555555
</para>
556556

557557
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp