pgsql: doc: add float as an alias for double precision. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: doc: add float as an alias for double precision.
Date
Msg-id E1uk8jv-001ICq-2Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

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

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


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Extend int128.h to support more numeric code.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Add missing newline in output