diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-01-06 11:41:09 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-01-06 11:41:09 +0900 |
commit | ee5822361dabf03300a24f60d57a968a654e1d46 (patch) | |
tree | 57e7e2c85b74945caec35d4184c39102d1595855 | |
parent | 987db509ed35ad287c50a7eac381535830f03a29 (diff) | |
download | postgresql-ee5822361dabf03300a24f60d57a968a654e1d46.tar.gz postgresql-ee5822361dabf03300a24f60d57a968a654e1d46.zip |
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
-rw-r--r-- | doc/src/sgml/biblio.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 73a21b6add1..cd8aa3e8aad 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -137,7 +137,7 @@ </biblioentry> <biblioentry id="sqltr-19075-6"> - <title><ulink url="https://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip">SQL Technical Report</ulink></title> + <title>SQL Technical Report</title> <subtitle>Part 6: SQL support for JavaScript Object Notation (JSON)</subtitle> <edition>First Edition</edition> |