diff options
author | Peter Eisentraut | 2015-09-22 02:57:29 +0000 |
---|---|---|
committer | Peter Eisentraut | 2015-09-22 02:57:29 +0000 |
commit | 741ccd5015f82e31f80cdc5d2ae81263ea92d794 (patch) | |
tree | b72296e5d4adae594337f9292439f497716f92c5 /doc/src/sgml/user-manag.sgml | |
parent | 13200777e7ab678d7f3535147852113ec67e6c32 (diff) |
Use gender-neutral language in documentation
Based on patch by Thomas Munro <[email protected]>, although
I rephrased most of the initial work.
Diffstat (limited to 'doc/src/sgml/user-manag.sgml')
-rw-r--r-- | doc/src/sgml/user-manag.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 177ac7aa8c5..6476e3f9d80 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -129,7 +129,7 @@ SELECT rolname FROM pg_roles; <xref linkend="client-authentication">. (Thus, a client is not limited to connect as the role matching its operating system user, just as a person's login name - need not match her real name.) Since the role + need not match his or her real name.) Since the role identity determines the set of privileges available to a connected client, it is important to carefully configure privileges when setting up a multiuser environment. |