mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove db_user_namespace.
This feature was intended to be a temporary measure to support per-database user names. A better one hasn't materialized in the ~21 years since it was added, and nobody claims to be using it, so let's just remove it. Reviewed-by: Michael Paquier, Magnus Hagander Discussion: https://postgr.es/m/20230630200509.GA2830328%40nathanxps13 Discussion: https://postgr.es/m/20230630215608.GD2941194%40nathanxps13
This commit is contained in:
@ -1253,11 +1253,6 @@ omicron bryanh guest1
|
||||
attacks.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <literal>md5</literal> method cannot be used with
|
||||
the <xref linkend="guc-db-user-namespace"/> feature.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To ease transition from the <literal>md5</literal> method to the newer
|
||||
SCRAM method, if <literal>md5</literal> is specified as a method
|
||||
|
Reference in New Issue
Block a user