diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-06-13 09:15:57 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-06-13 09:15:59 -0400 |
commit | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (patch) | |
tree | 3098a51985ab9f875a6b3a316652cd27c1bae599 /doc/src | |
parent | 8b6da83d162cb0ac9f6d21082727bbd45c972c53 (diff) | |
download | postgresql-4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2.tar.gz postgresql-4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2.zip |
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/20190522072651.GC1278@paquier.xyz
Diffstat (limited to 'doc/src')
-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 <michael@paquier.xyz> </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 <michael@paquier.xyz> </para> <para> - This prevents unauthorized locking delays. + This prevents unauthorized locking, which could interfere with + user queries. </para> </listitem> |