From 45a19efa9ec66fa35cc86671e2a1cebfe787fd9f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 14 Jul 2005 08:42:37 +0000 Subject: Change numericsep to a boolean, and make it locale-aware. --- doc/src/sgml/ref/psql-ref.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 9d76ff207e5..d5402bf90df 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1496,10 +1496,9 @@ 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. + Toggles the display of a locale-aware character to separate groups + of digits to the left of the decimal marker. It also enables + a locale-aware decimal marker. -- cgit v1.2.3