@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.226 2009/09/10 15:02:46 alvherre Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.227 2009/09/11 19:17:03 tgl Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
@ -4291,7 +4291,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
floating-point values, including <type>float4</>, <type>float8</>,
floating-point values, including <type>float4</>, <type>float8</>,
and geometric data types. The parameter value is added to the
and geometric data types. The parameter value is added to the
standard number of digits (<literal>FLT_DIG</> or <literal>DBL_DIG</>
standard number of digits (<literal>FLT_DIG</> or <literal>DBL_DIG</>
as appropriate). The value can be set as high as 2 , to include
as appropriate). The value can be set as high as 3 , to include
partially-significant digits; this is especially useful for dumping
partially-significant digits; this is especially useful for dumping
float data that needs to be restored exactly. Or it can be set
float data that needs to be restored exactly. Or it can be set
negative to suppress unwanted digits.
negative to suppress unwanted digits.