Re: Minmax indexes - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Minmax indexes
Date
Msg-id 53BF0A8E.8040409@agliodbs.com
Whole thread Raw
In response to Re: Minmax indexes  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 07/10/2014 02:30 PM, Jaime Casanova wrote:
> How is this different from "ALTER TABLE foo SET (FILLFACTOR=80); " or
> from "ALTER TABLE foo ALTER bar SET STORAGE EXTERNAL; " ?
> 
> we don't get a notice for these cases either

Good idea.  We should also emit notices for those.  Well, maybe not for
fillfactor.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Proposal for CSN based snapshots
Next
From: Vik Fearing
Date:
Subject: Re: Missing autocomplete for CREATE DATABASE