diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-14 08:42:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-14 08:42:37 +0000 |
commit | 45a19efa9ec66fa35cc86671e2a1cebfe787fd9f (patch) | |
tree | cf8cb150000919cb8da1330ea8cbc7a21c68bbbb /doc/src | |
parent | 4a8bbbd2ee0518b98b1aef74e88ad73baf9ea574 (diff) | |
download | postgresql-45a19efa9ec66fa35cc86671e2a1cebfe787fd9f.tar.gz postgresql-45a19efa9ec66fa35cc86671e2a1cebfe787fd9f.zip |
Change numericsep to a boolean, and make it locale-aware.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.146 2005/07/10 03:46:12 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.147 2005/07/14 08:42:36 momjian Exp $ PostgreSQL documentation --> @@ -1496,10 +1496,9 @@ lo_import 152801 <term><literal>numericsep</literal></term> <listitem> <para> - Specifies the character separator between groups of three digits - to the left of the decimal marker. The default is <literal>''</> - (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. </para> </listitem> </varlistentry> |