diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index a43b76674e1..ea4b306450a 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -456,8 +456,9 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ) predating the second - scan to terminate. Then finally the index can be marked ready for use, - and the CREATE INDEX command terminates. + scan to terminate, including transactions used by any phase of concurrent + index builds on other tables. Then finally the index can be marked ready for use, + and the CREATE INDEX command terminates. Even then, however, the index may not be immediately usable for queries: in the worst case, it cannot be used as long as transactions exist that predate the start of the index build.