Re: Please correct/improve wiki page about abbreviated keys bug - Mailing list pgsql-hackers

From Josh berkus
Subject Re: Please correct/improve wiki page about abbreviated keys bug
Date
Msg-id 56FC7C25.50302@agliodbs.com
Whole thread Raw
In response to Please correct/improve wiki page about abbreviated keys bug  (Josh berkus <josh@agliodbs.com>)
Responses Re: Please correct/improve wiki page about abbreviated keys bug  (Peter Geoghegan <pg@heroku.com>)
Re: Please correct/improve wiki page about abbreviated keys bug  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On 03/30/2016 02:47 PM, Josh berkus wrote:
> On 03/29/2016 07:43 PM, Peter Geoghegan wrote:
>> Do you think it would be okay if the SQL query to detect potentially
>> affected indexes only considered the leading attribute? Since that's
>> the only attribute that could use abbreviated keys, it ought to be
>> safe to not require users to REINDEX indexes that happen to have a
>> second-or-subsequent text/varchar(n) attribute that doesn't use the C
>> locale. Maybe it's not worth worrying about.
> 
> I think that's a great idea.

Based on that concept, I wrote a query which is now on the wiki page.
Please fix it if it's not showing what we want it to show.

-- 
--
Josh Berkus
Red Hat OSAS
(any opinions are my own)



pgsql-hackers by date:

Previous
From: Ian Barwick
Date:
Subject: Correction for replication slot creation error message in 9.6
Next
From: Peter Geoghegan
Date:
Subject: Re: Please correct/improve wiki page about abbreviated keys bug