doc: PG 12 relnotes: update wording on truncate/vacuum item
authorBruce Momjian
Thu, 13 Jun 2019 13:15:57 +0000 (09:15 -0400)
committerBruce Momjian
Thu, 13 Jun 2019 13:15:59 +0000 (09:15 -0400)
This item prevents unauthorized locking of relations, and the previous
wording was unclear.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/20190522072651[email protected]

doc/src/sgml/release-12.sgml

index fcc49ffcf9ada0d7075f6394896ab51807d009f4..8eb34f16be819cb4a887778edf68fb3c544ff5ed 100644 (file)
@@ -1498,7 +1498,8 @@ Author: Michael Paquier 
        
 
        
-        This prevents unauthorized locking delays.
+        This prevents unauthorized locking, which could interfere with
+        user queries.
        
       
 
@@ -1515,7 +1516,8 @@ Author: Michael Paquier 
        
 
        
-        This prevents unauthorized locking delays.
+        This prevents unauthorized locking, which could interfere with
+        user queries.