File tree 3 files changed +598
-664
lines changed
3 files changed +598
-664
lines changed Original file line number Diff line number Diff line change @@ -4196,7 +4196,9 @@ SET xmloption TO { DOCUMENT | CONTENT };
4196
4196
</indexterm>
4197
4197
4198
4198
<para>
4199
- The <type>json</type> data type can be used to store JSON data. Such
4199
+ The <type>json</type> data type can be used to store JSON (JavaScript
4200
+ Object Notation) data, as specified in <ulink
4201
+ url="http://www.ietf.org/rfc/rfc4627.txt">RFC 4627</ulink>. Such
4200
4202
data can also be stored as <type>text</type>, but the
4201
4203
<type>json</type> data type has the advantage of checking that each
4202
4204
stored value is a valid JSON value. There are also related support
Original file line number Diff line number Diff line change @@ -9620,7 +9620,7 @@ table2-mapping
9620
9620
<sect1 id="functions-json">
9621
9621
<title>JSON Functions</title>
9622
9622
9623
- <indexterm zone="datatype -json">
9623
+ <indexterm zone="functions -json">
9624
9624
<primary>JSON</primary>
9625
9625
<secondary>Functions and operators</secondary>
9626
9626
</indexterm>
You can’t perform that action at this time.
0 commit comments