Make an editorial pass over the 9.2 release notes.

A very large number of small improvements ...
This commit is contained in:
Tom Lane 2012-08-22 17:37:02 -04:00
parent 932a271956
commit 979f8f0431
3 changed files with 735 additions and 801 deletions

View File

@ -4196,7 +4196,9 @@ SET xmloption TO { DOCUMENT | CONTENT };
</indexterm>
<para>
The <type>json</type> data type can be used to store JSON data. Such
The <type>json</type> data type can be used to store JSON (JavaScript
Object Notation) data, as specified in <ulink
url="http://www.ietf.org/rfc/rfc4627.txt">RFC 4627</ulink>. 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. There are also related support

View File

@ -9620,7 +9620,7 @@ table2-mapping
<sect1 id="functions-json">
<title>JSON Functions</title>
<indexterm zone="datatype-json">
<indexterm zone="functions-json">
<primary>JSON</primary>
<secondary>Functions and operators</secondary>
</indexterm>

File diff suppressed because it is too large Load Diff