Re: Re: Drop all overloads of a function without knowing parameter types

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Drop all overloads of a function without knowing parameter types
Date: 2014-02-05 01:36:52
Message-ID: 20140205013652.GA57201@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 04, 2014 at 10:56:28AM -0800, David Johnston wrote:
> If you are doing version controlled upgrades you should not be using this
> function but during the R&D phase I can imagine it would come in quite
> handy.

Or add Tom's remarks to a little corner of contrib/, or as Tom
suggested, the docs, though I don't have a clear way to state it.

One could actually add a reference to Tom's note to the comments
section of the docs so that some mroe thinking could go into how to
putting words about this in the docs.

I agree that the function signature is part of the function. This is
strange to people because when you're developing it's normal to think
of functionname(args) as the thing you're changing, but in a system
that allows overloading like Postgres that's not really true for
production.

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roy Anderson 2014-02-05 04:06:00 Offending My Tender Sensibilities -OR- OLTP on a Star Schema
Previous Message Rob Sargent 2014-02-04 22:48:50 Re: The timezone oddities