drop if exists remnainder (reprise)

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: drop if exists remnainder (reprise)
Date: 2006-06-10 14:16:15
Message-ID: 448AD42F.9040702@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

cheers

andrew

Attachment Content-Type Size
die-rem.patch text/x-patch 26.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-06-10 16:23:06 Re: ADD/DROP INHERITS
Previous Message John Gray 2006-06-10 00:43:47 Re: pgxml & xpath_table