mirror of
https://github.com/postgres/postgres.git
synced 2026-07-02 14:39:40 -04:00
Fix mis-spelling in jsonb docs.
Per Thom Brown.
This commit is contained in:
parent
d9134d0a35
commit
ca07cd59b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue