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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: document that psql's "\i -" means read from stdin.
Date: 2015-12-14 04:43:18
Message-ID: E1a8Kyk-0006nF-8U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7bd149ce2aa6af8910604eb45cc202798f563781

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-12-14 05:26:32 Re: pgsql: Fix bug leading to restoring unlogged relations from empty files
Previous Message Michael Paquier 2015-12-14 02:16:39 Re: pgsql: Code and docs review for multiple -c and -f options in psql.