]> granicus.if.org Git - postgresql/commitdiff
Fix mis-spelling in jsonb docs.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Mar 2014 22:25:16 +0000 (18:25 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Mar 2014 22:25:16 +0000 (18:25 -0400)
Per Thom Brown.

doc/src/sgml/json.sgml

index d7d6de8d2877a1d5e70e67cb86d45a0d233eb3e8..3068cf2d1ee370cbcc86892b1650fa2a08cd6051 100644 (file)
    <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