Re: Force specific index disuse - Mailing list pgsql-general

From Steve Crawford
Subject Re: Force specific index disuse
Date
Msg-id 537BA4D9.8090208@pinpointresearch.com
Whole thread Raw
In response to Re: Force specific index disuse  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
On 05/20/2014 11:48 AM, Steve Crawford wrote:
> ...
>
> What would happen if you did:
> BEGIN;
> DROP INDEX bothersome_idx;
> INSERT INTO indexed_table...;
> ROLLBACK;
>
Never mind. Thought it through.

Cheers,
Steve


pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Force specific index disuse
Next
From: Tom Lane
Date:
Subject: Re: Force specific index disuse