From ca07cd59b24e00e428ed26716754244cec7f56b7 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 23 Mar 2014 18:25:16 -0400 Subject: [PATCH] Fix mis-spelling in jsonb docs. Per Thom Brown. --- doc/src/sgml/json.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index d7d6de8d28..3068cf2d1e 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -147,7 +147,7 @@ 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 jsonb documents at a manageable size in order to decrease lock contention among updating transactions. Ideally, jsonb documents should each