Re: drop if exists remnainder (reprise)

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: drop if exists remnainder (reprise)
Date: 2006-06-16 20:25:32
Message-ID: 449313BC.8060208@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:

>
> Here is an updated patch for the remaining cases of DROP objtype IF
> EXISTS ... as recently discussed on -hackers.
>
> The cases are:
>
> language, tablespace, trigger, rule, opclass, function, aggregate.
> operator, and cast.
>
> Regression tests and docs still to come.
>
> I wasn't quite sure how to format the message in the case of aggregate
> - the change in calls there seems to have made it somewhat harder, so
> some advice would be appreciated.
>
>

I have committed this to avoid further bitrot.

I will get docs and regression tests done shortly.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Brant 2006-06-16 20:45:37 Re: [Win32] Problem with rename()
Previous Message Simon Riggs 2006-06-16 20:08:57 Re: table/index fillfactor control, try 2