CREATE INDEX CONCURRENTLY
- From: Simon Riggs <simon(at)2ndquadrant(dot)com>
- To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
- Subject: CREATE INDEX CONCURRENTLY
- Date: Thu, 04 Oct 2007 15:16:17 +0100
- Message-id: <1191507377(dot)4223(dot)123(dot)camel(at)ebony(dot)site>
It would be great if there was a database-level option so that any new
indexes would default to using CONCURRENTLY.
This would allow production systems to be changed easily using the
default of CONCURRENTLY, whereas dev systems won't need that.
If not, can we just have a general default of use concurrent builds?
Got a crash on Beta5 yesterday while creating indexes, not been able to
reproduce it. Sorry.
--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com
Home |
Main Index |
Thread Index