diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-24 08:42:13 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-24 08:42:13 +0200 |
commit | 3ed249b74133bc567a4efcfb90eb69d445097c1b (patch) | |
tree | c95cf30c62b48db381db18c045871a1c9cfbb934 /doc/src/sgml/json.sgml | |
parent | ab22b149c60a10b842e3ec7fe3eb3b0b66c6611a (diff) | |
download | postgresql-3ed249b74133bc567a4efcfb90eb69d445097c1b.tar.gz postgresql-3ed249b74133bc567a4efcfb90eb69d445097c1b.zip |
Fix "the the" typos.
Erik Rijkers
Diffstat (limited to 'doc/src/sgml/json.sgml')
-rw-r--r-- | doc/src/sgml/json.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 3068cf2d1ee..5fd24397429 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -24,7 +24,7 @@ There are two JSON data types: <type>json</> and <type>jsonb</>. Both accept <emphasis>almost</emphasis> identical sets of values as input. The major practical difference is one of efficiency. The - <type>json</> data type stores an exact copy of the the input text, + <type>json</> data type stores an exact copy of the input text, which processing functions must continually reparse, while <type>jsonb</> data is stored in a decomposed binary format that makes it slightly less efficient to input due to added serialization |