From: Bruce Momjian Date: Sat, 18 May 2024 16:13:59 +0000 (-0400) Subject: doc PG 17 relnotes: improve JSON casting item X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=58294448797ead5b9d7ee0cb574963ffec98ba35;p=users%2Fc2main%2Fpostgres.git doc PG 17 relnotes: improve JSON casting item Reported-by: jian he Discussion: https://postgr.es/m/CACJufxE0HY19F8Oo-wb-+i4bKDamiaL_aUV8qB69_8mwoScZow@mail.gmail.com Backpatch-through: master --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index d7fd87f3d5..428cb5c5a2 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1678,7 +1678,7 @@ Author: Andrew Dunstan -Add jsonpath methods to convert JSON values to different data types (Jeevan Chalke) +Add jsonpath methods to convert JSON values to other JSON data types (Jeevan Chalke)