pgsql: doc: Change reloption data type spelling for consistency

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Change reloption data type spelling for consistency
Date: 2021-06-25 06:15:37
Message-ID: E1lwf7p-0008Sq-9k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Change reloption data type spelling for consistency

Use "floating point" rather than "float4", like everywhere else in
this context.

Author: Shinya11(dot)Kato(at)nttdata(dot)com
Discussion: https://www.postgresql.org/message-id/flat/TYAPR01MB28965989AF84B57FC351B97BC40F9(at)TYAPR01MB2896(dot)jpnprd01(dot)prod(dot)outlook(dot)com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/372a2806ebc28f79de929a7c763b441e35a9c362

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-25 07:59:05 pgsql: Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Previous Message Peter Eisentraut 2021-06-25 06:02:01 pgsql: Remove redundant variable pageSize in gistinitpage