diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 0994e089311..7458f216e50 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -117,7 +117,7 @@ <row> <entry><type>double precision</type></entry> - <entry><type>float8</type></entry> + <entry><type>float</type>, <type>float8</type></entry> <entry>double precision floating-point number (8 bytes)</entry> </row> |