From: Bruce Momjian Date: Wed, 8 Nov 2023 21:04:42 +0000 (-0500) Subject: doc: mention that ANALYZE does block DDL X-Git-Tag: REL_17_BETA1~1516 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53015c8afae30176853bed90061672981d0ed72c;p=thirdparty%2Fpostgresql.git doc: mention that ANALYZE does block DDL Reported-by: Aramaki Zyake Discussion: https://postgr.es/m/156628723253.1296.7377373462603881976%40wrigleys.postgresql.org Author: Aramaki Zyake Backpatch-through: master --- diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index 4c79a01eb6e..6ed8e7241b4 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -208,7 +208,7 @@ ANALYZE [ ( option [, ...] ) ] [ ANALYZE requires only a read lock on the target table, so it can run in - parallel with other activity on the table. + parallel with other non-DDL activity on the table.