Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca07cd5

Browse files
committed
Fix mis-spelling in jsonb docs.
Per Thom Brown.
1 parent d9134d0 commit ca07cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/json.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<type>jsonb</> data is subject to the same concurrency control
148148
considerations as any other datatype when stored in a table.
149149
Although storing large documents is practicable, in order to ensure
150-
correct behavior row-level locks are, quite naturally, aquired as
150+
correct behavior row-level locks are, quite naturally, acquired as
151151
rows are updated. Consider keeping <type>jsonb</> documents at a
152152
manageable size in order to decrease lock contention among updating
153153
transactions. Ideally, <type>jsonb</> documents should each

0 commit comments

Comments
 (0)