Add PostgreSQL home page to --help output
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 28 Feb 2020 07:54:49 +0000 (08:54 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 28 Feb 2020 12:12:21 +0000 (13:12 +0100)
commit1933ae629e7b706c6c23673a381e778819db307d
tree1075d45bcb23ae61685fe45ab1578cbeeb069a15
parent864934131ef72dc3a403ad1375a94543fcc04206
Add PostgreSQL home page to --help output

Per emerging standard in GNU programs and elsewhere.  Autoconf already
has support for specifying a home page, so we can just that.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com
37 files changed:
configure
configure.in
contrib/oid2name/oid2name.c
contrib/pg_standby/pg_standby.c
contrib/vacuumlo/vacuumlo.c
src/Makefile.global.in
src/Makefile.shlib
src/backend/main/main.c
src/bin/initdb/initdb.c
src/bin/pg_archivecleanup/pg_archivecleanup.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivewal.c
src/bin/pg_basebackup/pg_recvlogical.c
src/bin/pg_checksums/pg_checksums.c
src/bin/pg_config/pg_config.c
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/bin/pg_resetwal/pg_resetwal.c
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_upgrade/option.c
src/bin/pg_waldump/pg_waldump.c
src/bin/pgbench/pgbench.c
src/bin/psql/help.c
src/bin/scripts/clusterdb.c
src/bin/scripts/createdb.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/dropuser.c
src/bin/scripts/pg_isready.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c
src/interfaces/ecpg/preproc/ecpg.c
src/test/regress/pg_regress.c
src/tools/msvc/Solution.pm