From ada0e91f9d435b8c1c185107f3ba4e80966b7d82 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 6 Jan 2022 11:41:47 +0900 Subject: [PATCH] doc: Remove link to JSON support in the SQL specification The link used in the documentation is dead, and the only options to have an access to this part of the SQL specification are not free. Like any other books referred, just remove the link to keep some neutrality but keep its reference. Reported-by: Erik Rijkers Discussion: https://postgr.es/m/989abd7d-af30-ab52-1201-bf0b4f33b872@xs4all.nl Backpatch-through: 12 --- doc/src/sgml/biblio.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 8dddbf5f768..912f3b1e740 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -137,7 +137,7 @@ - <ulink url="https://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip">SQL Technical Report</ulink> + SQL Technical Report Part 6: SQL support for JavaScript Object Notation (JSON) First Edition -- 2.39.5