Skip to content

Commit aa3a69a

Browse files
tglsfdchopebo
authored andcommitted
doc: add float as an alias for double precision.
Although the "Floating-Point Types" section says that "float" data type is taken to mean "double precision", this information was not reflected in the data type table that lists all data type aliases. Reported-by: [email protected] Author: Euler Taveira <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 13 (cherry picked from commit 13244ba1032573bf1a220aa4b8fb0ff395f7815a)
1 parent 962d307 commit aa3a69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
<row>
119119
<entry><type>double precision</type></entry>
120-
<entry><type>float8</type></entry>
120+
<entry><type>float</type>, <type>float8</type></entry>
121121
<entry>double precision floating-point number (8 bytes)</entry>
122122
</row>
123123

0 commit comments

Comments
 (0)