From: Tom Lane Date: Sat, 6 Dec 2025 18:34:48 +0000 (-0500) Subject: Doc: include JSON in the list of SQL-standard types. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/static/scripts/selenium-browserbot.js?a=commitdiff_plain;p=postgresql.git Doc: include JSON in the list of SQL-standard types. Oversight I guess, it's been in the standard for awhile. Reported-by: Bob Kline Discussion: https://postgr.es/m/CAGjKmVoP4qVeJgkaBtQ6L46+OLARzmym53uQGhp5COw4wp65yQ@mail.gmail.com --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 1f2829e56a9..e5267a8e4be 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -315,6 +315,7 @@ character varying, character, varchar, date, double precision, integer, interval, + json, numeric, decimal, real, smallint, time (with or without time zone), timestamp (with or without time zone),