On Mon, Oct 6, 2014 at 4:49 AM, Marti Raudsepp <marti@juffo.org> wrote: > > On Mon, Oct 6, 2014 at 5:12 AM, Marti Raudsepp <marti@juffo.org> wrote: > > On Mon, Oct 6, 2014 at 4:17 AM, Fabrízio de Royes Mello <fabriziomello@gmail.com> wrote: > >> CREATE INDEX ... [ IF NOT EXISTS [ name ] ] ON ... > > > I think this one is wrong now. > > I see now, I think you meant: > > CREATE INDEX ... [ [ IF NOT EXISTS ] name ] ON ... > > If yes, +1 for this, there's no redundancy any more. >