Document clearly that psql \! parameter interpretation limitations are

the same as \copy.
pull/3/head
Bruce Momjian 13 years ago
parent 3e1a373e2b
commit f6752ee59a
  1. 3
      doc/src/sgml/ref/psql-ref.sgml

@ -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>

Loading…
Cancel
Save