Re: BUG #3048: pg_dump dumps intarray metadata incorrectly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3048: pg_dump dumps intarray metadata incorrectly
Дата
Msg-id 280.1172247418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3048: pg_dump dumps intarray metadata incorrectly  ("Dmitry Koterov" <d@koterov.ru>)
Ответы Re: BUG #3048: pg_dump dumps intarray metadata incorrectly  ("Dmitry Koterov" <dmitry@koterov.ru>)
Re: BUG #3048: pg_dump dumps intarray metadata incorrectly  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
"Dmitry Koterov" <d@koterov.ru> writes:
> [ pg_restore fails with ]
> ERROR:  could not make operator class "gin__int_ops" be default for type
> pg_catalog.int4[]
> DETAIL:  Operator class "_int4_ops" already is the default.

Yeah.  I'd say that intarray's attempt to override the default status of
the built-in gin opclass is simply a bad idea and should be removed.
It's not even documented that it does that (in fact I see no mention of
GIN at all in README.intarray :-(, so we have a documentation lack
here too).

Comments?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3052: Inconsistent results from PQexec... with rules
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: BUG #2969: Inaccuracies in Solaris FAQ