diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:04:42 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:05:02 -0500 |
commit | 53015c8afae30176853bed90061672981d0ed72c (patch) | |
tree | 1ac999a4554b697365425d8aba04a26de702607a /doc/src | |
parent | b0f7dd915bca6243f3daf52a81b8d0682a38ee3b (diff) | |
download | postgresql-53015c8afae30176853bed90061672981d0ed72c.tar.gz postgresql-53015c8afae30176853bed90061672981d0ed72c.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/analyze.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 [ ( <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> |