diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1e575b26605..4791eb12400 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4285,6 +4285,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; partially-significant digits; this is especially useful for dumping float data that needs to be restored exactly. Or it can be set negative to suppress unwanted digits. + See also . diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index b8dd8a5edce..4ea2b8a3662 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -663,6 +663,17 @@ NUMERIC from zero will cause an underflow error. + + + The setting controls the + number of extra significant digits included when a floating point + value is converted to text for output. With the default value of + 0, the output is the same on every platform + supported by PostgreSQL. Increasing it will produce output that + more accurately represents the stored value, but may be unportable. + + + not a number double precision