From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Assorted minor fixes for psql metacommand docs. |
Date: | 2014-12-29 19:21:32 |
Message-ID: | E1Y5fsi-0003X4-IE@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Assorted minor fixes for psql metacommand docs.
Document the long forms of \H \i \ir \o \p \r \w ... apparently, we have
a long and dishonorable history of leaving out the unabbreviated names of
psql backslash commands.
Avoid saying "Unix shell"; we can just say "shell" with equal clarity,
and not leave Windows users wondering whether the feature works for them.
Improve consistency of documentation of \g \o \w metacommands. There's
no reason to use slightly different wording or markup for each one.
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/4cca131d18611bfcc98091549f71e92c0984db82
Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 41 ++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-12-30 02:25:31 | pgsql: Backpatch variable renaming in formatting.c |
Previous Message | Andres Freund | 2014-12-29 12:14:10 | Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps |