Index: doc/src/sgml/ref/alter_user.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/alter_user.sgml,v retrieving revision 1.24 diff -c -r1.24 alter_user.sgml *** doc/src/sgml/ref/alter_user.sgml 2003/01/19 00:13:29 1.24 --- doc/src/sgml/ref/alter_user.sgml 2003/03/16 17:57:31 *************** *** 124,130 **** The date (and, optionally, the time) ! at which this user's password is to expire. --- 124,131 ---- The date (and, optionally, the time) ! at which this user's password is to expire. To set the password ! never to expire, use 'infinity'. *************** *** 229,234 **** --- 230,242 ---- the time zone which is one hour ahead of UTC: ALTER USER chris VALID UNTIL 'May 4 12:00:00 1998 +1'; + + + + + Make a user valid forever: + + ALTER USER fred VALID UNTIL 'infinity';