We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9134d0 commit ca07cd5Copy full SHA for ca07cd5
doc/src/sgml/json.sgml
@@ -147,7 +147,7 @@
147
<type>jsonb</> data is subject to the same concurrency control
148
considerations as any other datatype when stored in a table.
149
Although storing large documents is practicable, in order to ensure
150
- correct behavior row-level locks are, quite naturally, aquired as
+ correct behavior row-level locks are, quite naturally, acquired as
151
rows are updated. Consider keeping <type>jsonb</> documents at a
152
manageable size in order to decrease lock contention among updating
153
transactions. Ideally, <type>jsonb</> documents should each
0 commit comments