mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
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: alexander.kjall@hafslund.no Author: Euler Taveira <euler@eulerto.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/175456294638.800.12038559679827947313@wrigleys.postgresql.org Backpatch-through: 13
This commit is contained in:
parent
73f897ba58
commit
186bc0dfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue