Craig Ringer wrote on 24.05.2009 17:58:
> There isn't currently any REINDEX CONCURRENTLY option
But them manual does list this option:
http://www.postgresql.org/docs/8.3/static/sql-createindex.html
"When this option is used, PostgreSQL will build the index without taking any
locks that prevent concurrent inserts, updates, or deletes on the table"
Thomas