Enable locale, so case conversion (identifier processing) and number

Peter Eisentraut <peter_e@gmx.net>

Commit: 7292131c66db233675bef4767012783a584a2655
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2002-08-27T20:16:49Z
Releases: 7.3.1
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +2 −2
src/bin/psql/common.c modified +2 −2
src/bin/psql/describe.c modified +1 −3
src/bin/psql/mbprint.c modified +3 −16
src/bin/psql/mbprint.h modified +2 −6
src/bin/psql/print.c modified +2 −72
src/bin/psql/startup.c modified +5 −30
src/bin/psql/stringutils.c modified +1 −9