Docs: document that psql's "\i -" means read from stdin.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7bd149ce2aa6af8910604eb45cc202798f563781
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-14T04:42:54Z
Releases: 9.6.0
Docs: document that psql's "\i -" means read from stdin.

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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +7 −0

Documentation touched