From 5fdda1ceab35311367ed0dbb283cd8aea896e49b Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Sat, 16 Apr 2016 12:54:56 -0400
Subject: doc: Change some "user" to "role" for consistency in the section
suggested by Johannes Choo
---
doc/src/sgml/ddl.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 6a3b6220980..f2055b0d587 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -1466,7 +1466,7 @@ ALTER TABLE products RENAME TO items;
To assign privileges, the GRANT command is
- used. For example, if joe is an existing user, and
+ used. For example, if joe is an existing role, and
accounts is an existing table, the privilege to
update the table can be granted with:
@@ -1477,8 +1477,8 @@ GRANT UPDATE ON accounts TO joe;
- The special user
name PUBLIC can
- be used to grant a privilege to every user on the system. Also,
+ The special role
name PUBLIC can
+ be used to grant a privilege to every role on the system. Also,
group> roles can be set up to help manage privileges when
there are many users of a database — for details see
.
--
cgit v1.2.3