diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 14 |
1 files changed, 13 insertions, 1 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.145 2005/06/14 02:57:38 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.146 2005/07/10 03:46:12 momjian Exp $ PostgreSQL documentation --> @@ -1493,6 +1493,18 @@ lo_import 152801 </varlistentry> <varlistentry> + <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. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><literal>recordsep</literal></term> <listitem> <para> |