The formatting of the display of the locale names assumed that locale names
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 27 Sep 2003 09:21:26 +0000 (09:21 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 27 Sep 2003 09:21:26 +0000 (09:21 +0000)
commit4af19a579d4577ce74d5fe26dd5de1d55a0d1ad2
treeac9b5c9d6e0f34c8023eef2fcc4d5d1dfec3857d
parent87cbcff9e6e3f037c930f55d7aaeff517265e85c
The formatting of the display of the locale names assumed that locale names
are not longer than 8 characters.  But sometimes they are, and that made
the display quite ugly.  So just format them vertically so that everyone
can read them.
src/bin/initdb/initdb.sh