diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-25 19:11:21 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-25 19:11:21 -0400 |
commit | f6752ee59af4b95248c32b0ee6477a15b0e93c63 (patch) | |
tree | a9931c5bdff2dd7cafdaef5187c0a6771a30ea27 | |
parent | 3e1a373e2b102b43faa8bbc4841f7511174e1166 (diff) | |
download | postgresql-f6752ee59af4b95248c32b0ee6477a15b0e93c63.tar.gz postgresql-f6752ee59af4b95248c32b0ee6477a15b0e93c63.zip |
Document clearly that psql \! parameter interpretation limitations are
the same as \copy.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a47af51b9dd..4b5e5274e5a 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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> |