doc: mention that ANALYZE does block DDL
authorBruce Momjian <[email protected]>
Wed, 8 Nov 2023 21:04:42 +0000 (16:04 -0500)
committerBruce Momjian <[email protected]>
Wed, 8 Nov 2023 21:05:02 +0000 (16:05 -0500)
Reported-by: Aramaki Zyake
Discussion: https://postgr.es/m/156628723253.1296.7377373462603881976%40wrigleys.postgresql.org

Author: Aramaki Zyake

Back-through: master

doc/src/sgml/ref/analyze.sgml

index 4c79a01eb6ecb470295ec03102001e8dc067e9ba..6ed8e7241b4b2ee431e4d785ef06495a7326ec93 100644 (file)
@@ -208,7 +208,7 @@ ANALYZE [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r
   <para>
    <command>ANALYZE</command>
    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.
   </para>
 
   <para>