Re: non-blocking CREATE INDEX in 8.2??

From: Neil Conway <neilc(at)samurai(dot)com>
To: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: non-blocking CREATE INDEX in 8.2??
Date: 2007-07-13 20:46:42
Message-ID: 1184359602.13129.28.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2007-07-13 at 15:38 -0500, Jim C. Nasby wrote:
> According to http://developer.postgresql.org/index.php/Feature_Matrix,
> 8.2 has non-blocking CREATE INDEX, which is news to me. Is it correct?

http://www.postgresql.org/docs/8.2/static/sql-createindex.html

See the CONCURRENTLY clause.

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2007-07-13 21:47:21 Re: non-blocking CREATE INDEX in 8.2??
Previous Message Joshua D. Drake 2007-07-13 20:45:18 Re: non-blocking CREATE INDEX in 8.2??