mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add documentation cross-reference for JSON functions.
Thom Brown
This commit is contained in:
parent
f6ce81f55a
commit
7c0fecdaef
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue