Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 979f8f0

Browse files
committed
Make an editorial pass over the 9.2 release notes.
A very large number of small improvements ...
1 parent 932a271 commit 979f8f0

File tree

3 files changed

+598
-664
lines changed

3 files changed

+598
-664
lines changed

doc/src/sgml/datatype.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,9 @@ SET xmloption TO { DOCUMENT | CONTENT };
41964196
</indexterm>
41974197

41984198
<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
42004202
data can also be stored as <type>text</type>, but the
42014203
<type>json</type> data type has the advantage of checking that each
42024204
stored value is a valid JSON value. There are also related support

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9620,7 +9620,7 @@ table2-mapping
96209620
<sect1 id="functions-json">
96219621
<title>JSON Functions</title>
96229622

9623-
<indexterm zone="datatype-json">
9623+
<indexterm zone="functions-json">
96249624
<primary>JSON</primary>
96259625
<secondary>Functions and operators</secondary>
96269626
</indexterm>

0 commit comments

Comments
 (0)