Re: Better name/syntax for "online" index creation - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Better name/syntax for "online" index creation
Date
Msg-id 1153754523.763.87.camel@home
Whole thread Raw
In response to Re: Better name/syntax for "online" index creation  (Rod Taylor <pg@rbt.ca>)
Responses Re: Better name/syntax for "online" index creation  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Sorry, hit send too quickly.

NOLOCK is kinda like NOWAIT, except implies that the command will not
take a strong lock instead of stating that it will not wait for one.

On Mon, 2006-07-24 at 11:20 -0400, Rod Taylor wrote:
> >     SHARED CREATE INDEX ....
> 
> > Comments?
> 
> CREATE [UNIQUE] INDEX <foo> [WITH NOLOCK] ON ...
> 
> 
-- 



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Better name/syntax for "online" index creation
Next
From: Tom Lane
Date:
Subject: Re: UPDATE/DELETE XXX WHERE CURRENT OF cursor_name