From 73a7c322c36bb96d4e2d053ff245b0f7b99f09e0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 10 Jul 2005 03:46:13 +0000 Subject: Add psql \pset numericsep to allow output numbers like 100,000.0 or 100.000,0. Eugen Nedelcu --- doc/src/sgml/ref/psql-ref.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 4162e51b502..9d76ff207e5 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1492,6 +1492,18 @@ lo_import 152801 + + numericsep + + + Specifies the character separator between groups of three digits + to the left of the decimal marker. The default is '' + (none). Setting this to a period also changes the decimal marker + to a comma. + + + + recordsep -- cgit v1.2.3