From e90b841915b5ea295af4c3863ddcf834c85a82f6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 12 Sep 2003 00:12:47 +0000 Subject: More cleanup of Diagnostics sections. --- doc/src/sgml/ref/createuser.sgml | 58 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 43 deletions(-) (limited to 'doc/src/sgml/ref/createuser.sgml') diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 0e6935f536..484f7fbe11 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -49,17 +49,19 @@ PostgreSQL documentation createuser is a wrapper around the SQL command . The database server must be - running on the targeted host. There is nothing special - about creating users via this or other methods. Also, any - default settings and environment variables used by the - libpq front-end library will apply. + endterm="SQL-CREATEUSER-title">. + There is no effective difference between creating users via + this utility and via other methods for accessing the server. - Passwords can only be added later or changed using the - SQL command . + In case of difficulty, see and for + discussions of potential problems and error messages. + The database server must be running at the + targeted host. Also, any default connection settings and environment + variables used by the libpq front-end + library will apply. @@ -101,6 +103,7 @@ PostgreSQL documentation The new user is not allowed to create other users (i.e., the new user is a regular user, not a superuser). + This is the default. @@ -121,6 +124,7 @@ PostgreSQL documentation The new user is not allowed to create databases. + This is the default. @@ -142,7 +146,7 @@ PostgreSQL documentation Encrypts the user's password stored in the database. If not - specified, the default is used. + specified, the default password behavior is used. @@ -164,7 +168,7 @@ PostgreSQL documentation Does not encrypt the user's password stored in the database. If - not specified, the default is used. + not specified, the default password behavior is used. @@ -272,38 +276,6 @@ PostgreSQL documentation - - Diagnostics - - - - CREATE USER - - - The user was successfully created. - - - - - - createuser: creation of user "username" failed - - - Something went wrong. The user was not created. - - - - - - - - If there is an error condition, the backend error message will be displayed. - See - for possibilities. - - - - Examples -- cgit v1.2.1