10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cf5c3 commit ca0aecfCopy full SHA for ca0aecf
doc/src/sgml/ref/alter_role.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/alter_role.sgml,v 1.9 2007/09/03 18:46:29 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/alter_role.sgml,v 1.10 2008/04/30 12:38:49 alvherre Exp $
3
PostgreSQL documentation
4
-->
5
@@ -217,6 +217,14 @@ ALTER ROLE davide WITH PASSWORD 'hu8jmn3';
217
</programlisting>
218
</para>
219
220
+ <para>
221
+ Remove a role's password:
222
+
223
+<programlisting>
224
+ALTER ROLE davide WITH PASSWORD NULL;
225
+</programlisting>
226
+ </para>
227
228
<para>
229
Change a password expiration date, specifying that the password
230
should expire at midday on 4th May 2015 using
0 commit comments