]> granicus.if.org Git - postgresql/commit
Update line count totals for psql help displays.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Aug 2016 20:04:35 +0000 (16:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Aug 2016 20:04:35 +0000 (16:04 -0400)
commit6ab10fe2afa7690e84a5845ede51b81690020064
treeaec13c2f467ea6c519d53cdc9bb085fc5d6e6850
parentc81c71d8846fa1667e67b45559ce4c72a8e076d9
Update line count totals for psql help displays.

As usual, we've been pretty awful about maintaining these counts.
They're not all that critical, perhaps, but let's get them right
at release time.  Also fix 9.5, which I notice is just as bad.
It's probably wrong further back, but the lack of --help=foo
options before 9.5 makes it too painful to count.
src/bin/psql/help.c