pgsql: doc: PG 12 relnotes: update wording on truncate/vacuum item

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: PG 12 relnotes: update wording on truncate/vacuum item
Date: 2019-06-13 13:16:03
Message-ID: E1hbPaF-00005g-2N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2

Modified Files
--------------
doc/src/sgml/release-12.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-06-13 14:09:43 pgsql: Fix double-word typos
Previous Message Etsuro Fujita 2019-06-13 09:15:59 pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p