diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 44e1f47..633feff 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -786,7 +786,7 @@ omicron bryanh guest1 each database user is stored in the pg_authid system catalog. Passwords can be managed with the SQL commands and - , + , 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. diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1b8e5a5..7c91a09 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 + commands and , respectively, are used to configure these settings. Per-database settings override anything received from the @@ -702,7 +702,7 @@ SET ENABLE_SEQSCAN TO OFF; When a password is specified in or - + without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted. The default is on @@ -4959,7 +4959,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. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index f53702c..6e9e42c 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6168,7 +6168,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 + also the and commands for ways to set default behavior on a per-user or per-database basis.)