Enable locale, so case conversion (identifier processing) and number
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Aug 2002 20:16:49 +0000 (20:16 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Aug 2002 20:16:49 +0000 (20:16 +0000)
commit7292131c66db233675bef4767012783a584a2655
tree6bc515529c6687d4665aa94519785b4995a013d2
parent7af5ea736f680109de569b00f2c36ea8e0211aea
Enable locale, so case conversion (identifier processing) and number
formatting (\timing) works correctly.  Change "Total time" to "Time"
since there is nothing that "total" refers to.  Remove non-multibyte
code.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/common.c
src/bin/psql/describe.c
src/bin/psql/mbprint.c
src/bin/psql/mbprint.h
src/bin/psql/print.c
src/bin/psql/startup.c
src/bin/psql/stringutils.c