Re: Schema move for opclasses, operator and conversions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schema move for opclasses, operator and conversions
Дата
Msg-id 23596.1149217419@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Schema move for opclasses, operator and conversions  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: Schema move for opclasses, operator and conversions  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-patches
Bernd Helmle <mailings@oopsware.de> writes:
> Please find attached a patch that allows operator classes, operator and
> conversions
> to be moved between schemas. Regression and documentation patch included.

Not to be unkind, but is this feature actually worth the code space?
I can barely see a use case for relocating operators, and as for the
other two, who's ever going to use them?

I understand about orthogonality and all that, but we have limited
manpower, and every thousand lines of code costs us ongoing maintenance
effort whether it's ever used in the field or not.

What I'd love to see is a patch that *removes* a few thousand lines
of code by finding a way to do this just once for all object types...

            regards, tom lane

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [PATCH] Magic block for modules
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: Schema move for opclasses, operator and conversions