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: 2007-10-04 14:16:17
Message-ID: 1191507377.4223.123.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-10-04 14:23:50 ALTER INDEX set fillfactor
Previous Message svn 2007-10-04 13:41:05 SVN Commit by dpage: r6710 - in trunk/pgadmin3/pgadmin: dlg include/dlg