pgsql: doc: add float as an alias for double precision.

Поиск
Список
Период
Сортировка
Искать

pgsql: doc: add float as an alias for double precision.

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
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 
Reviewed-by: Tom Lane 
Discussion: https://postgr.es/m/175456294638.800.12038559679827947313@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe966e886ce844fda21839d711b0029a46836177

Modified Files
--------------
doc/src/sgml/datatype.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

FAQ