On Sun, May 18, 2014 at 04:08:41PM -0400, Andrew Dunstan wrote:
> 
> On 05/05/2014 07:26 PM, Andrew Dunstan wrote:
> >
> >On 05/05/2014 07:16 PM, Bruce Momjian wrote:
> >>Current text is:
> >>
> >>    Add structured (non-text) data type (JSONB) for storing JSON
> >>data (Oleg
> >>    Bartunov, Teodor Sigaev, Alexander Korotkov, Peter
> >>Geoghegan, and Andrew
> >>    Dunstan)
> >>
> >>    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.
> >>
> >>Is that OK?
> >>
> >
> >
> >No. If you must say something then start the last sentence with
> >"Scalar values in JSONB documents are typed ...".
> 
> 
> I still think we should make this change. Does anyone object if I do?

OK, I have adjusted it with the attached applied patch.  Feel free to
adjust it yourself as well.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +
diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml
new file mode 100644
index 41256b7..2913944
*** a/doc/src/sgml/release-9.4.sgml
--- b/doc/src/sgml/release-9.4.sgml
***************
*** 1327,1334 ****
          <para>
           This allows for faster access to values in the <type>JSON</>
           document and faster and more useful indexing of <type>JSON</>.
!          <type>JSONB</> values are also typed as appropriate scalar
!          SQL types.
          </para>
         </listitem>
  
--- 1327,1334 ----
          <para>
           This allows for faster access to values in the <type>JSON</>
           document and faster and more useful indexing of <type>JSON</>.
!          Scalar values in <type>JSONB</> documents are typed as appropriate
!          scalar SQL types.
          </para>
         </listitem>
  
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to