Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit164d439

Browse files
committed
Doc: fix ancient mistake in search_path documentation.
"$user" in a search_path string is replaced by CURRENT_USER notSESSION_USER. (It actually was SESSION_USER in the initial implementation,but we changed it shortly later, and evidently forgot to fix the docs tomatch.)Noted by antonov@stdpr.ruDiscussion:https://postgr.es/m/159151fb45d490c8d31ea9707e9ba99d@stdpr.ru
1 parent9e6cd79 commit164d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6186,7 +6186,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
61866186
<para>
61876187
If one of the list items is the special name
61886188
<literal>$user</literal>, then the schema having the name returned by
6189-
<function>SESSION_USER</> is substituted, if there is such a schema
6189+
<function>CURRENT_USER</> is substituted, if there is such a schema
61906190
and the user has <literal>USAGE</> permission for it.
61916191
(If not, <literal>$user</literal> is ignored.)
61926192
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp