Commit ca07cd59 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix mis-spelling in jsonb docs.

Per Thom Brown.
parent d9134d0a
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<type>jsonb</> data is subject to the same concurrency control <type>jsonb</> data is subject to the same concurrency control
considerations as any other datatype when stored in a table. considerations as any other datatype when stored in a table.
Although storing large documents is practicable, in order to ensure 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 rows are updated. Consider keeping <type>jsonb</> documents at a
manageable size in order to decrease lock contention among updating manageable size in order to decrease lock contention among updating
transactions. Ideally, <type>jsonb</> documents should each transactions. Ideally, <type>jsonb</> documents should each
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment