diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-03-23 18:25:16 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-03-23 18:25:16 -0400 |
commit | ca07cd59b24e00e428ed26716754244cec7f56b7 (patch) | |
tree | 28ab58c050899525473f9d396db203e2c1c6f710 /doc/src | |
parent | d9134d0a355cfa447adc80db4505d5931084278a (diff) | |
download | postgresql-ca07cd59b24e00e428ed26716754244cec7f56b7.tar.gz postgresql-ca07cd59b24e00e428ed26716754244cec7f56b7.zip |
Fix mis-spelling in jsonb docs.
Per Thom Brown.
Diffstat (limited to 'doc/src')
-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 d7d6de8d287..3068cf2d1ee 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -147,7 +147,7 @@ <type>jsonb</> data is subject to the same concurrency control considerations as any other datatype when stored in a table. Although storing large documents is practicable, in order to ensure - correct behavior row-level locks are, quite naturally, aquired as + correct behavior row-level locks are, quite naturally, acquired as rows are updated. Consider keeping <type>jsonb</> documents at a manageable size in order to decrease lock contention among updating transactions. Ideally, <type>jsonb</> documents should each |