pgsql: psql: Add documentation URL to \help output

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add documentation URL to \help output
Date: 2019-03-11 08:12:09
Message-ID: E1h3G2b-000055-Gv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add documentation URL to \help output

Add a link to the specific command's reference web page to the bottom
of its \help output.

Discussion: https://www.postgresql.org/message-id/flat/40179bd0-fa7d-4108-1991-a20ae9ad5667%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27f3dea64833d68c1fa08c1e5d26176a579f69c8

Modified Files
--------------
src/bin/psql/create_help.pl | 10 ++++++++--
src/bin/psql/help.c | 11 +++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-11 08:34:20 pgsql: Remove unused macro
Previous Message Amit Kapila 2019-03-11 03:54:28 Re: Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message)