From: Bruce Momjian Date: Mon, 5 May 2014 23:16:34 +0000 (-0400) Subject: Improve JSONB 9.4 release text X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=49c683bafda8659b885b2b119042e16cba1f702a;p=users%2Fc2main%2Fpostgres.git Improve JSONB 9.4 release text --- diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 4cb394b7d2..ffb85bf882 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -1284,7 +1284,8 @@ This allows for faster access to values in the JSON document and faster and more useful indexing of JSON. - JSONB are also typed as appropriate scalar SQL types. + JSONB values are also typed as appropriate scalar + SQL types.