Skip to content

Commit 53015c8

Browse files
committed
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
1 parent b0f7dd9 commit 53015c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/analyze.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ ANALYZE [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r
208208
<para>
209209
<command>ANALYZE</command>
210210
requires only a read lock on the target table, so it can run in
211-
parallel with other activity on the table.
211+
parallel with other non-DDL activity on the table.
212212
</para>
213213

214214
<para>

0 commit comments

Comments
 (0)