mirror of https://github.com/postgres/postgres
doc: adjust JSONB 9.4 release note item
Report by Andrew Dunstan
This commit is contained in:
parent
b05d1e3c0b
commit
009ca5e782
|
@ -1327,8 +1327,8 @@
|
||||||
<para>
|
<para>
|
||||||
This allows for faster access to values in the <type>JSON</>
|
This allows for faster access to values in the <type>JSON</>
|
||||||
document and faster and more useful indexing of <type>JSON</>.
|
document and faster and more useful indexing of <type>JSON</>.
|
||||||
<type>JSONB</> values are also typed as appropriate scalar
|
Scalar values in <type>JSONB</> documents are typed as appropriate
|
||||||
SQL types.
|
scalar SQL types.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue