--MP_6SU5xt3Snagqc4rOXwzbcLn
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hello,
i've seen the question "how to remove a password" now several times in
the last weeks. Attached is a small patch which add a new example for
the "ALTER ROLE" documentation.
Kind regards
--
Andreas 'ads' Scherbaum
German PostgreSQL User Group
--MP_6SU5xt3Snagqc4rOXwzbcLn
Content-Type: text/x-patch; name=documentation_alter_role_no_password.diff
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=documentation_alter_role_no_password.diff
--- alter_role.sgml.orig 2007-09-03 20:46:29.000000000 +0200
+++ alter_role.sgml 2008-04-30 02:02:00.000000000 +0200
@[EMAIL PROTECTED]
-218,6 +218,14 @[EMAIL PROTECTED]
</para>
<para>
+ Remove a role's password:
+
+<programlisting>
+ALTER ROLE davide WITH PASSWORD NULL;
+</programlisting>
+ </para>
+
+ <para>
Change a password expiration date, specifying that the password
should expire at midday on 4th May 2015 using
the time zone which is one hour ahead of <acronym>UTC</>:
--MP_6SU5xt3Snagqc4rOXwzbcLn
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
Sent via pgsql-patches mailing list (pgsql-patches@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
--MP_6SU5xt3Snagqc4rOXwzbcLn--