Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used

Поиск
Список
Период
Сортировка
От Kouhei Sutou
Тема Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used
Дата
Msg-id 20160102.234321.2048568850499122365.kou@clear-code.com
обсуждение исходный текст
Ответ на Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #13770: Extending recovery_min_apply_delay on Standby causes it to be unavailable for a while
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used