Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f6752ee

Browse files
committed
Document clearly that psql \! parameter interpretation limitations are
the same as \copy.
1 parent 3e1a373 commit f6752ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,8 @@ testdb=&gt; <userinput>\setenv LESS -imx4F</userinput>
24502450
Escapes to a separate Unix shell or executes the Unix command
24512451
<replaceable class="parameter">command</replaceable>. The
24522452
arguments are not further interpreted; the shell will see them
2453-
as-is.
2453+
as-is. In particular, the variable substitution rules and
2454+
backslash escapes do not apply.
24542455
</para>
24552456
</listitem>
24562457
</varlistentry>

0 commit comments

Comments
 (0)