Re: Tricky bugs in concurrent index build - Mailing list pgsql-hackers

From Zeugswetter Andreas DCP SD
Subject Re: Tricky bugs in concurrent index build
Date
Msg-id E1539E0ED7043848906A8FF995BDA579014DB7DD@m0143.s-mxs.net
Whole thread Raw
In response to Re: Tricky bugs in concurrent index build  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Tricky bugs in concurrent index build
List pgsql-hackers
> > precedent syntax (Oracle, Informix) uses the keyword ONLINE
> at the end:
> >  CREATE INDEX blabla_x0 ON blabla (a,b) ONLINE;
>
> That was what the patch originally used, but it was changed
> because it made difficult for psql to auto-complete that.

That is imho not enough of a reason to divert.

Andreas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tricky bugs in concurrent index build
Next
From: Gregory Stark
Date:
Subject: Re: Tricky bugs in concurrent index build