Doc: include JSON in the list of SQL-standard types.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Dec 2025 18:34:48 +0000 (13:34 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Dec 2025 18:34:48 +0000 (13:34 -0500)
Oversight I guess, it's been in the standard for awhile.

Reported-by: Bob Kline <bkline@rksystems.com>
Discussion: https://postgr.es/m/CAGjKmVoP4qVeJgkaBtQ6L46+OLARzmym53uQGhp5COw4wp65yQ@mail.gmail.com

doc/src/sgml/datatype.sgml

index 1f2829e56a95af1053abf23db3de9fdfa4a6b61e..e5267a8e4be61573c8cd9ff9f396ef7de56203a1 100644 (file)
     <type>character varying</type>, <type>character</type>,
     <type>varchar</type>, <type>date</type>, <type>double
     precision</type>, <type>integer</type>, <type>interval</type>,
+    <type>json</type>,
     <type>numeric</type>, <type>decimal</type>, <type>real</type>,
     <type>smallint</type>, <type>time</type> (with or without time zone),
     <type>timestamp</type> (with or without time zone),