diff options
author | Bruce Momjian | 2019-06-13 13:15:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2019-06-13 13:15:59 +0000 |
commit | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (patch) | |
tree | 3098a51985ab9f875a6b3a316652cd27c1bae599 | |
parent | 8b6da83d162cb0ac9f6d21082727bbd45c972c53 (diff) |
doc: PG 12 relnotes: update wording on truncate/vacuum item
This item prevents unauthorized locking of relations, and the previous
wording was unclear.
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/release-12.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index fcc49ffcf9a..8eb34f16be8 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -1498,7 +1498,8 @@ Author: Michael Paquier <[email protected]> </para> <para> - This prevents unauthorized locking delays. + This prevents unauthorized locking, which could interfere with + user queries. </para> </listitem> @@ -1515,7 +1516,8 @@ Author: Michael Paquier <[email protected]> </para> <para> - This prevents unauthorized locking delays. + This prevents unauthorized locking, which could interfere with + user queries. </para> </listitem> |