pgsql: Add the long options to the psql --help display, where they were

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add the long options to the psql --help display, where they were
Date: 2009-02-27 09:58:09
Message-ID: 20090227095809.29B377559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add the long options to the psql --help display, where they were curiously
missing.

Since this touches most lines of the help output, also change the mix of
puts and printf calls to printf everywhere, for easier code editing and
reviewing.

Modified Files:
--------------
pgsql/src/bin/psql:
help.c (r1.140 -> r1.141)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-02-27 10:27:33 pgsql: Set isnull for errm and sqlstate local variables when they're
Previous Message Peter Eisentraut 2009-02-27 09:30:21 pgsql: Equip the programs installed by contrib with proper --help and