Update some ALTER USER cross-references to ALTER ROLE
authorAlvaro Herrera
Mon, 2 May 2011 16:40:24 +0000 (13:40 -0300)
committerAlvaro Herrera
Mon, 2 May 2011 16:40:24 +0000 (13:40 -0300)
Greg Smith

doc/src/sgml/client-auth.sgml
doc/src/sgml/config.sgml
doc/src/sgml/libpq.sgml

index afbd9feb37ce4d434321431a580dd6d7ddf4c5a2..cb577e6112a63981b604c90f8b8857779684fe0d 100644 (file)
@@ -889,7 +889,7 @@ omicron         bryanh                  guest1
     each database user is stored in the pg_authid system
     catalog. Passwords can be managed with the SQL commands
      and
-    user">,
+    role">,
     e.g., CREATE USER foo WITH PASSWORD 'secret'.
     If no password has been set up for a user, the stored password
     is null and password authentication will always fail for that user.
index e9de964a65fb2c1cab3e678da993016e8e50d2dc..d48f2c35bc3657f795d446ba6adfe469ea41be85 100644 (file)
@@ -135,7 +135,7 @@ env PGOPTIONS='-c geqo=off' psql
     Furthermore, it is possible to assign a set of parameter settings to
     a user or a database.  Whenever a session is started, the default
     settings for the user and database involved are loaded.  The
-    commands user">
+    commands role">
     and ,
     respectively, are used to configure these settings.  Per-database
     settings override anything received from the
@@ -705,7 +705,7 @@ SET ENABLE_SEQSCAN TO OFF;
        
         When a password is specified in 
         linkend="sql-createuser"> or
-        user">
+        role">
         without writing either ENCRYPTED or
         UNENCRYPTED, this parameter determines whether the
         password is to be encrypted. The default is on
@@ -5205,7 +5205,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
         libraries to be loaded into specific sessions without an explicit
         LOAD command being given.  For example, debugging could
         be enabled for all sessions under a given user name by setting
-        this parameter with ALTER USER SET.
+        this parameter with ALTER ROLE SET.
        
 
        
index 2ba441aa36f701d9ff3c6b49c6ae64727443b369..19eb9447e8d8410d06d72d27da93dc81cc5c43df 100644 (file)
@@ -6387,7 +6387,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
   
    The following environment variables can be used to specify default
    behavior for each PostgreSQL session.  (See
-   also the user">
+   also the role">
    and 
    commands for ways to set default behavior on a per-user or per-database
    basis.)