Add unicode_*_linestyle to \? variables
authorStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 01:51:25 +0000 (21:51 -0400)
committerStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 01:51:25 +0000 (21:51 -0400)
commita564307373089fc81a07bce49236fe2bd66de0fe
tree0b002dfdf01890909b9fac338480ebd6c37bb946
parent43bed84c320443ee7247f7ca8d609640651aab93
Add unicode_*_linestyle to \? variables

In a2dabf0 we added the ability to have single or double unicode
linestyle for the border, column, or header.  Unfortunately, the
\? variables output was not updated for these new psql variables.

This corrects that oversight.

Patch by Pavel Stehule.
src/bin/psql/help.c