pgsql: Improve FILES section of psql reference page.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve FILES section of psql reference page.
Date: 2014-01-15 00:28:25
Message-ID: E1W3ELJ-0002l7-0l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/74c32f3455de7bed1a13f1f8b0274a7d43e0e76d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-01-15 12:29:48 Re: pgsql: Get rid of pg_class.reltoastidxid.
Previous Message Tom Lane 2014-01-15 00:28:24 pgsql: Improve FILES section of psql reference page.