Re: [DOCS] postgres index rebuild - Mailing list pgsql-docs

From Euler Taveira
Subject Re: [DOCS] postgres index rebuild
Date
Msg-id CAHE3wgiUSijFbCajxEo9+dhXakAaZZXxJWW1DBoUHUijQ8jSJQ@mail.gmail.com
Whole thread Raw
In response to [DOCS] postgres index rebuild  (jashobanta.mahapatra@mahindracomviva.com)
Responses Re: [DOCS] postgres index rebuild  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-docs
2017-05-25 9:38 GMT-03:00 <jashobanta.mahapatra@mahindracomviva.com>:

I was trying to keep all the queries(create, drop, alter) in a function. And
&#39;ll call the function when required.
But i got below error
&quot;CREATE INDEX CONCURRENTLY cannot be executed from a function or
multi-command string&quot;

CIC can't be executed inside a transaction block or a user-defined function because it involves some phases that are not easily rollback-able. Instead create a small script with those commands.


--
   Euler Taveira                                   Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [DOCS] envvar PGREALM seems no longer used
Next
From: Michael Paquier
Date:
Subject: Re: [DOCS] postgres index rebuild