File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1466,7 +1466,7 @@ ALTER TABLE products RENAME TO items;
1466
1466
1467
1467
<para>
1468
1468
To assign privileges, the <command>GRANT</command> command is
1469
- used. For example, if <literal>joe</literal> is an existing user , and
1469
+ used. For example, if <literal>joe</literal> is an existing role , and
1470
1470
<literal>accounts</literal> is an existing table, the privilege to
1471
1471
update the table can be granted with:
1472
1472
<programlisting>
@@ -1477,8 +1477,8 @@ GRANT UPDATE ON accounts TO joe;
1477
1477
</para>
1478
1478
1479
1479
<para>
1480
- The special <quote>user </quote> name <literal>PUBLIC</literal> can
1481
- be used to grant a privilege to every user on the system. Also,
1480
+ The special <quote>role </quote> name <literal>PUBLIC</literal> can
1481
+ be used to grant a privilege to every role on the system. Also,
1482
1482
<quote>group</> roles can be set up to help manage privileges when
1483
1483
there are many users of a database — for details see
1484
1484
<xref linkend="user-manag">.
You can’t perform that action at this time.
0 commit comments