Re: DROP INVALID INDEXES command - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: DROP INVALID INDEXES command
Date
Msg-id akTOTKF8PxZPK0qj@alvherre.pgsql
Whole thread
In response to Re: DROP INVALID INDEXES command  (Kirill Reshke <reshkekirill@gmail.com>)
Responses Re: DROP INVALID INDEXES command
List pgsql-hackers
Hi

BTW keep in mind that indexes on partitioned tables are transiently
marked invalid too.  Your RangeVarGetRelid callback will (I think)
reject an attempt to call this on that kind of table, but it may be a
bit obscure, and you don't have any comments on why.

I still think that adding ad-hoc DDL syntax is the wrong amount of
intrusion.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Hay que recordar que la existencia en el cosmos, y particularmente la
elaboración de civilizaciones dentro de él no son, por desgracia,
nada idílicas" (Ijon Tichy)



pgsql-hackers by date:

Previous
From: Ewan Young
Date:
Subject: jsonpath .double() is a no-op on JSON numbers (differs from string input)
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements