Add the long options to the psql --help display, where they were curiously
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 09:58:09 +0000 (09:58 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 09:58:09 +0000 (09:58 +0000)
commitdf527055d01d04894ce98e45e842695d0a27643e
tree32adc701120dc8680ed425d829444421d15bd5df
parent00a57c0e5ffcef9b2c952d0dba657fdafe9c2750
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.
src/bin/psql/help.c