Re: CREATE IF NOT EXISTS INDEX

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Fabrízio Mello <fabriziomello(at)gmail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, José Luis Tallón <jltallon(at)adv-solutions(dot)net>
Subject: Re: CREATE IF NOT EXISTS INDEX
Date: 2014-10-06 07:49:35
Message-ID: CABRT9RAE7pDW5-09mfWAHi7j3e952kdDqJ4uFnoww0zk8-75Fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 6, 2014 at 5:12 AM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
> On Mon, Oct 6, 2014 at 4:17 AM, Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)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.

Regards,
Marti

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ali Akbar 2014-10-06 08:44:55 Re: Add generate_series(numeric, numeric)
Previous Message Michael Paquier 2014-10-06 07:32:00 Re: Add generate_series(numeric, numeric)