Document clearly that psql \! parameter interpretation limitations are

the same as \copy.
This commit is contained in:
Bruce Momjian 2012-08-25 19:11:21 -04:00
parent 3e1a373e2b
commit f6752ee59a
1 changed files with 2 additions and 1 deletions

View File

@ -2450,7 +2450,8 @@ testdb=&gt; <userinput>\setenv LESS -imx4F</userinput>
Escapes to a separate Unix shell or executes the Unix command
<replaceable class="parameter">command</replaceable>. The
arguments are not further interpreted; the shell will see them
as-is.
as-is. In particular, the variable substitution rules and
backslash escapes do not apply.
</para>
</listitem>
</varlistentry>