diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-01 00:41:45 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-01 00:41:45 -0400 |
commit | f6fb9f103ff534193f4132e0c6a47bf441cfad42 (patch) | |
tree | d78e251043419cdd4a9e0a243045df09a31a2514 | |
parent | 3786b9b4668743b99e837fe276e14be1f1bdfde9 (diff) |
Add documentation cross-reference for JSON functions.
Thom Brown
-rw-r--r-- | doc/src/sgml/datatype.sgml | 3 |
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> |