CREATE IF NOT EXISTS INDEX

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: CREATE IF NOT EXISTS INDEX
Date: 2014-09-30 21:20:01
Message-ID: CAFcNs+pYoCkoCghU=rFeiZ+z8pXYWyCZjNtpwMELTNGtNwZ+cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

What's your thoughts about we implement IF NOT EXISTS for CREATE INDEX? As
it holds data (like sequences and tables) I think we can do that.

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2014-09-30 21:39:45 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Previous Message Roger Pack 2014-09-30 21:17:52 ability to return number of rows inserted into child partition tables request