Commit f6752ee5 authored by Bruce Momjian's avatar Bruce Momjian

Document clearly that psql \! parameter interpretation limitations are

the same as \copy.
parent 3e1a373e
...@@ -2450,7 +2450,8 @@ testdb=&gt; <userinput>\setenv LESS -imx4F</userinput> ...@@ -2450,7 +2450,8 @@ testdb=&gt; <userinput>\setenv LESS -imx4F</userinput>
Escapes to a separate Unix shell or executes the Unix command Escapes to a separate Unix shell or executes the Unix command
<replaceable class="parameter">command</replaceable>. The <replaceable class="parameter">command</replaceable>. The
arguments are not further interpreted; the shell will see them 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment