diff options
Diffstat (limited to 'doc/src/sgml/ref/create_role.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index f72ba9affc2..cee23b1ea6b 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -273,6 +273,14 @@ in sync when changing the above synopsis! different format). This allows reloading of encrypted passwords during dump/restore. </para> + <warning> + <para> + Support for MD5-encrypted passwords is deprecated and will be removed + in a future release of <productname>PostgreSQL</productname>. Refer + to <xref linkend="auth-password"/> for details about migrating to + another password type. + </para> + </warning> </listitem> </varlistentry> |