pgsql: Doc: include JSON in the list of SQL-standard types.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: include JSON in the list of SQL-standard types.
Date: 2025-12-06 18:34:56
Message-ID: E1vRx7P-0038kI-1j@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <bkline(at)rksystems(dot)com>
Discussion: https://postgr.es/m/CAGjKmVoP4qVeJgkaBtQ6L46+OLARzmym53uQGhp5COw4wp65yQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/25303961d09c7e2354a48cbce511a06cce691907

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-06 23:31:43 pgsql: Handle constant inputs to corr() and related aggregates more pre
Previous Message Michael Paquier 2025-12-06 05:44:14 pgsql: Improve error reporting of recovery test 027_stream_regress