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 216af5e commit 42bdf85Copy full SHA for 42bdf85
doc/src/sgml/config.sgml
@@ -7066,7 +7066,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7066
<para>
7067
If one of the list items is the special name
7068
<literal>$user</literal>, then the schema having the name returned by
7069
- <function>SESSION_USER</function> is substituted, if there is such a schema
+ <function>CURRENT_USER</function> is substituted, if there is such a schema
7070
and the user has <literal>USAGE</literal> permission for it.
7071
(If not, <literal>$user</literal> is ignored.)
7072
</para>
0 commit comments