pgsql: Improve FILES section of psql reference page. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve FILES section of psql reference page.
Date
Msg-id E1W3ELI-0002l4-Uw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve FILES section of psql reference page.

Primarily, explain where to find the system-wide psqlrc file, per recent
gripe from John Sutton.  Do some general wordsmithing and improve the
markup, too.

Also adjust psqlrc.sample so its comments about file location are somewhat
trustworthy.  (Not sure why we bother with this file when it's empty,
but whatever.)

Back-patch to 9.2 where the startup file naming scheme was last changed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5df99f6481b1eadbcbc8547d2e387f4dcf192c6f

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   63 +++++++++++++++++++++++-----------------
src/bin/psql/psqlrc.sample     |    7 +++--
2 files changed, 41 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix multiple bugs in index page locking during hot-standby WAL r
Next
From: Tom Lane
Date:
Subject: pgsql: Improve FILES section of psql reference page.