@@ -1188,58 +1188,6 @@ include_dir 'conf.d'
1188
1188
</para>
1189
1189
</listitem>
1190
1190
</varlistentry>
1191
-
1192
- <varlistentry id="guc-db-user-namespace" xreflabel="db_user_namespace">
1193
- <term><varname>db_user_namespace</varname> (<type>boolean</type>)
1194
- <indexterm>
1195
- <primary><varname>db_user_namespace</varname> configuration parameter</primary>
1196
- </indexterm>
1197
- </term>
1198
- <listitem>
1199
- <para>
1200
- This parameter enables per-database user names. It is off by default.
1201
- This parameter can only be set in the <filename>postgresql.conf</filename>
1202
- file or on the server command line.
1203
- </para>
1204
-
1205
- <para>
1206
- If this is on, you should create users as <replaceable>username@dbname</replaceable>.
1207
- When <replaceable>username</replaceable> is passed by a connecting client,
1208
- <literal>@</literal> and the database name are appended to the user
1209
- name and that database-specific user name is looked up by the
1210
- server. Note that when you create users with names containing
1211
- <literal>@</literal> within the SQL environment, you will need to
1212
- quote the user name.
1213
- </para>
1214
-
1215
- <para>
1216
- With this parameter enabled, you can still create ordinary global
1217
- users. Simply append <literal>@</literal> when specifying the user
1218
- name in the client, e.g., <literal>joe@</literal>. The <literal>@</literal>
1219
- will be stripped off before the user name is looked up by the
1220
- server.
1221
- </para>
1222
-
1223
- <para>
1224
- <varname>db_user_namespace</varname> causes the client's and
1225
- server's user name representation to differ.
1226
- Authentication checks are always done with the server's user name
1227
- so authentication methods must be configured for the
1228
- server's user name, not the client's. Because
1229
- <literal>md5</literal> uses the user name as salt on both the
1230
- client and server, <literal>md5</literal> cannot be used with
1231
- <varname>db_user_namespace</varname>.
1232
- </para>
1233
-
1234
- <note>
1235
- <para>
1236
- This feature is intended as a temporary measure until a
1237
- complete solution is found. At that time, this option will
1238
- be removed.
1239
- </para>
1240
- </note>
1241
- </listitem>
1242
- </varlistentry>
1243
1191
</variablelist>
1244
1192
</sect2>
1245
1193
0 commit comments