Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit979f8f0

Browse files
committed
Make an editorial pass over the 9.2 release notes.
A very large number of small improvements ...
1 parent932a271 commit979f8f0

File tree

3 files changed

+598
-664
lines changed

3 files changed

+598
-664
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp