Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used - Mailing list pgsql-bugs

From Kouhei Sutou
Subject Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used
Date
Msg-id 20160102.234321.2048568850499122365.kou@clear-code.com
Whole thread Raw
In response to Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used
List pgsql-bugs
Hi,

In <15194.1451680235@sss.pgh.pa.us>
  "Re: [BUGS] BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used" on Fri,
01Jan 2016 15:30:35 -0500, 
  Tom Lane <tgl@sss.pgh.pa.us> wrote:

>>> pg_dump should generates "normalizer='none'" as option to avoid the
>>> error.
>
>> I attach a patch.
>
> Pushed with some adjustments (notably, I thought the quoting rule was
> too complicated and not necessarily 100% correct).

Thanks for merging my patch and backporting to released
series.

I didn't know quote_identifier() and simple_quote_literal()
functions. I learned from your adjustments.


Thanks,
--
kou

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13770: Extending recovery_min_apply_delay on Standby causes it to be unavailable for a while
Next
From: Tom Lane
Date:
Subject: Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used