json_docs_link.patch
application/octet-stream
Filename: json_docs_link.patch
Type: application/octet-stream
Part: 0
Message:
JSON function reference in docs
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/datatype.sgml | 2 | 1 |
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 7e4107c..afc82a2 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -4185,7 +4185,8 @@ SET xmloption TO { DOCUMENT | CONTENT };
The <type>json</type> data type can be used to store JSON data. Such
data can also be stored as <type>text</type>, but the
<type>json</type> data type has the advantage of checking that each
- stored value is a valid JSON value.
+ stored value is a valid JSON value. There are also related support
+ functions available; see <xref linkend="functions-json">.
</para>
<para>