From 009ca5e7821d742ed118a87c756c857895f3ffdd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 May 2014 00:47:45 -0400 Subject: [PATCH] doc: adjust JSONB 9.4 release note item Report by Andrew Dunstan --- doc/src/sgml/release-9.4.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.