Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Docs: document that psql's "\i -" means read from stdin.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Dec 2015 04:42:54 +0000 (23:42 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Dec 2015 04:42:54 +0000 (23:42 -0500)
This has worked that way for a long time, maybe always, but you would
not have known it from the documentation.  Also back-patch the notes
I added to HEAD earlier today about behavior of the "-f -" switch,
which likewise have been valid for many releases.

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

index e690534d9c9d58d98ea5412afc54e747835b2719..2add4d444a67703b8a3f7bd1a6be794a12cd64f1 100644 (file)
@@ -192,7 +192,10 @@ EOF
 
       <para>
        If <replaceable>filename</replaceable> is <literal>-</literal>
-       (hyphen), then standard input is read.
+       (hyphen), then standard input is read until an EOF indication
+       or <command>\q</> meta-command.  Note however that Readline
+       is not used in this case (much as if <option>-n</option> had been
+       specified).
       </para>
 
       <para>
@@ -1783,6 +1786,13 @@ hello 10
         class="parameter">filename</replaceable> and executes it as
         though it had been typed on the keyboard.
         </para>
+        <para>
+        If <replaceable>filename</replaceable> is <literal>-</literal>
+        (hyphen), then standard input is read until an EOF indication
+        or <command>\q</> meta-command.  This can be used to intersperse
+        interactive input with input from files.  Note that Readline behavior
+        will be used only if it is active at the outermost level.
+        </para>
         <note>
         <para>
         If you want to see the lines on the screen as they are read you