Add psql \pset numericsep to allow output numbers like 100,000.0 or
Bruce Momjian <bruce@momjian.us>
Add psql \pset numericsep to allow output numbers like 100,000.0 or 100.000,0. Eugen Nedelcu
Files
| Path | Change | +/− |
|---|---|---|
| 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 |