Re: Schema move for opclasses, operator and conversions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Schema move for opclasses, operator and conversions
Date: 2006-06-02 03:03:39
Message-ID: 23596.1149217419@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bernd Helmle <mailings(at)oopsware(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bernd Helmle 2006-06-02 08:11:33 Re: Schema move for opclasses, operator and conversions
Previous Message Robert Treat 2006-06-02 02:55:03 Re: [PATCH] Magic block for modules