Add psql \pset numericsep to allow output numbers like 100,000.0 or

Bruce Momjian <bruce@momjian.us>

Commit: 73a7c322c36bb96d4e2d053ff245b0f7b99f09e0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-07-10T03:46:13Z
Releases: 8.1.0
Add psql \pset numericsep to allow output numbers like 100,000.0 or
100.000,0.

Eugen Nedelcu

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +13 −1
src/bin/psql/command.c modified +12 −2
src/bin/psql/help.c modified +2 −2
src/bin/psql/print.c modified +279 −81
src/bin/psql/print.h modified +2 −1