aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-01 00:41:41 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-01 00:41:41 -0400
commit7c0fecdaefb10212d65652607833a4c8061e64e9 (patch)
tree440b7d0c2bab241ba9578e03390ee231e81ff250 /doc/src
parentf6ce81f55a3c6932d5f88bc89374f404688f054e (diff)
downloadpostgresql-7c0fecdaefb10212d65652607833a4c8061e64e9.tar.gz
postgresql-7c0fecdaefb10212d65652607833a4c8061e64e9.zip
Add documentation cross-reference for JSON functions.
Thom Brown
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/datatype.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 7e4107cce80..afc82a25baf 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>