mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
Document clearly that psql \! parameter interpretation limitations are
the same as \copy.
This commit is contained in:
@ -2450,7 +2450,8 @@ testdb=> <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>
|
||||
|
Reference in New Issue
Block a user