Re: Better name/syntax for "online" index creation

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Better name/syntax for "online" index creation
Дата
Msg-id 1153754523.763.87.camel@home
обсуждение исходный текст
Ответ на Re: Better name/syntax for "online" index creation  (Rod Taylor <pg@rbt.ca>)
Ответы Re: Better name/syntax for "online" index creation  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Better name/syntax for "online" index creation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: UPDATE/DELETE XXX WHERE CURRENT OF cursor_name