Re: CREATE IF NOT EXISTS INDEX

From: Kirk Roybal <kirk(at)webfinish(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE IF NOT EXISTS INDEX
Date: 2014-09-30 21:49:21
Message-ID: e05b606d894d11c421a7b5e2a2057781@webfinish.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since PostgreSQL started down that road for so many other relations, I
think many people just expect this to happen as a logical extension.

It certainly makes life a lot easier in combination with build
management systems.

/kirk

On 2014-09-30 16:43, Tom Lane wrote:

> =?UTF-8?Q?Fabr=C3=ADzio_de_Royes_Mello?= <fabriziomello(at)gmail(dot)com> writes:
>
>> What's your thoughts about we implement IF NOT EXISTS for CREATE INDEX?
>
> It's got the same semantic problems as every other variant of CINE.
>
> If there were a huge groundswell of demand for it, maybe we'd hold our
> noses and do it anyway. But I'm against doing it without that.
>
> regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2014-09-30 21:51:57 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Previous Message Josh Berkus 2014-09-30 21:44:07 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}