From: Bruce Momjian Date: Mon, 19 May 2014 04:47:45 +0000 (-0400) Subject: doc: adjust JSONB 9.4 release note item X-Git-Tag: REL9_4_BETA2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=009ca5e7821d742ed118a87c756c857895f3ffdd;p=postgresql doc: adjust JSONB 9.4 release note item Report by Andrew Dunstan --- diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 41256b7eea..29139444fe 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -1327,8 +1327,8 @@ This allows for faster access to values in the JSON document and faster and more useful indexing of JSON. - JSONB values are also typed as appropriate scalar - SQL types. + Scalar values in JSONB documents are typed as appropriate + scalar SQL types.