CREATE INDEX CONCURRENTLY
), each statement runs in its own transaction--schema
flag)--debug
flag for more detailed output.
pg_isready -h host -p port
psql
using the same parametersCONNECT
privilege on the databaseUSAGE
privilege on the target schemaCREATE
privilege on the schema (for new objects)SELECT
privileges are needed.