diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 32830e09cc1..685c75ddc2b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5370,7 +5370,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; If one of the list items is the special name $user, then the schema having the name returned by - SESSION_USER is substituted, if there is such a schema + CURRENT_USER is substituted, if there is such a schema and the user has USAGE permission for it. (If not, $user is ignored.)