Index: alter_group.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v retrieving revision 1.3 diff -c -r1.3 alter_group.sgml *** alter_group.sgml 2000/07/24 13:17:44 1.3 --- alter_group.sgml 2001/08/13 15:21:13 *************** *** 15,21 **** ALTER GROUP ! Add users to a group, remove users from a group --- 15,21 ---- ALTER GROUP ! Add users to a group; remove users from a group Index: alter_user.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/alter_user.sgml,v retrieving revision 1.14 diff -c -r1.14 alter_user.sgml *** alter_user.sgml 2001/07/10 22:09:27 1.14 --- alter_user.sgml 2001/08/13 15:21:13 *************** *** 27,33 **** where option can be: ! PASSWORD 'password' | CREATEDB | NOCREATEDB | CREATEUSER | NOCREATEUSER | VALID UNTIL 'abstime' --- 27,33 ---- where option can be: ! [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password' | CREATEDB | NOCREATEDB | CREATEUSER | NOCREATEUSER | VALID UNTIL 'abstime' *************** *** 53,62 **** ! password The new password to be used for this account. --- 53,65 ---- ! [ encrypted | unencrypted ] password The new password to be used for this account. + Encrypted/ unencrypted + controls whether the password is stored encrypted in the + database. Index: create_user.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v retrieving revision 1.17 diff -c -r1.17 create_user.sgml *** create_user.sgml 2001/07/10 22:09:27 1.17 --- create_user.sgml 2001/08/13 15:21:14 *************** *** 28,34 **** where option can be: SYSID uid ! | PASSWORD 'password' | CREATEDB | NOCREATEDB | CREATEUSER | NOCREATEUSER | IN GROUP groupname [, ...] --- 28,34 ---- where option can be: SYSID uid ! | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password' | CREATEDB | NOCREATEDB | CREATEUSER | NOCREATEUSER | IN GROUP groupname [, ...] *************** *** 72,83 **** ! password Sets the user's password. If you do not plan to use password authentication you can omit this option, otherwise the user won't be able to connect to a password-authenticated server. See the chapter on client authentication in the Administrator's Guide for details on how to set up authentication mechanisms. --- 72,90 ---- ! [ encrypted | unencrypted ] password Sets the user's password. If you do not plan to use password authentication you can omit this option, otherwise the user won't be able to connect to a password-authenticated server. + + + ENCRYPTED/UNENCRYPTED controls whether the + password is stored encrypted in the database. Older clients may + have trouble communicating using encrypted password storage. + + See the chapter on client authentication in the Administrator's Guide for details on how to set up authentication mechanisms. Index: drop_rule.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v retrieving revision 1.8 diff -c -r1.8 drop_rule.sgml *** drop_rule.sgml 2000/10/22 23:32:38 1.8 --- drop_rule.sgml 2001/08/13 15:21:14 *************** *** 15,21 **** DROP RULE ! Removes existing rules from the database --- 15,21 ---- DROP RULE ! Removes rules from the database Index: drop_sequence.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v retrieving revision 1.8 diff -c -r1.8 drop_sequence.sgml *** drop_sequence.sgml 2000/10/22 23:32:38 1.8 --- drop_sequence.sgml 2001/08/13 15:21:14 *************** *** 15,21 **** DROP SEQUENCE ! Removes existing sequences from a database --- 15,21 ---- DROP SEQUENCE ! Removes sequences from a database Index: drop_table.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v retrieving revision 1.9 diff -c -r1.9 drop_table.sgml *** drop_table.sgml 2000/10/22 23:32:38 1.9 --- drop_table.sgml 2001/08/13 15:21:14 *************** *** 15,21 **** DROP TABLE ! Removes existing tables from a database --- 15,21 ---- DROP TABLE ! Removes tables from a database Index: drop_view.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v retrieving revision 1.8 diff -c -r1.8 drop_view.sgml *** drop_view.sgml 2000/10/22 23:32:38 1.8 --- drop_view.sgml 2001/08/13 15:21:14 *************** *** 15,21 **** DROP VIEW ! Removes existing views from a database --- 15,21 ---- DROP VIEW ! Removes views from the database Index: dropdb.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v retrieving revision 1.9 diff -c -r1.9 dropdb.sgml *** dropdb.sgml 2000/12/25 23:15:26 1.9 --- dropdb.sgml 2001/08/13 15:21:14 *************** *** 16,22 **** dropdb ! Remove an existing Postgres database --- 16,22 ---- dropdb ! Removes a Postgres database Index: droplang.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v retrieving revision 1.10 diff -c -r1.10 droplang.sgml *** droplang.sgml 2001/05/09 22:08:18 1.10 --- droplang.sgml 2001/08/13 15:21:14 *************** *** 16,22 **** droplang ! Remove a programming language from a Postgres database --- 16,22 ---- droplang ! Removes a programming language from a Postgres database Index: dropuser.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v retrieving revision 1.11 diff -c -r1.11 dropuser.sgml *** dropuser.sgml 2001/01/13 23:58:55 1.11 --- dropuser.sgml 2001/08/13 15:21:14 *************** *** 16,22 **** dropuser ! Drops (removes) a Postgres user --- 16,22 ---- dropuser ! Removes a Postgres user