diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 99582f8722..41e0bafd88 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -78,22 +78,12 @@ PostgreSQL documentation - - + + - The new user will be a superuser. - - - - - - - - - - The new user will not be a superuser. - This is the default. + Set a maximum number of connections for the new user. + The default is to set no limit. @@ -120,27 +110,50 @@ PostgreSQL documentation - - + + - The new user will be allowed to create new roles (that is, - this user will have CREATEROLE privilege). + Echo the commands that createuser generates + and sends to the server. - - + + - The new user will not be allowed to create new roles. + Encrypts the user's password stored in the database. If not + specified, the default password behavior is used. + + + + + + + + + + The new role will automatically inherit privileges of roles + it is a member of. This is the default. + + + + + + The new role will not automatically inherit privileges of roles + it is a member of. + + + + @@ -166,35 +179,12 @@ PostgreSQL documentation - - + + - The new role will automatically inherit privileges of roles - it is a member of. - This is the default. - - - - - - - - - - The new role will not automatically inherit privileges of roles - it is a member of. - - - - - - - - - - Set a maximum number of connections for the new user. - The default is to set no limit. + Does not encrypt the user's password stored in the database. If + not specified, the default password behavior is used. @@ -212,34 +202,44 @@ PostgreSQL documentation - - + + - Encrypts the user's password stored in the database. If not - specified, the default password behavior is used. + The new user will be allowed to create new roles (that is, + this user will have CREATEROLE privilege). - - + + - Does not encrypt the user's password stored in the database. If - not specified, the default password behavior is used. + The new user will not be allowed to create new roles. + This is the default. - - + + - Echo the commands that createuser generates - and sends to the server. + The new user will be a superuser. + + + + + + + + + + The new user will not be a superuser. + This is the default. diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 76324df160..3644eb97fa 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -127,16 +127,6 @@ PostgreSQL documentation - - - - - - Only calculate statistics for use by the optimizer (no vacuum). - - - - @@ -195,6 +185,16 @@ PostgreSQL documentation + + + + + + Only calculate statistics for use by the optimizer (no vacuum). + + + +