Re: drop if exists - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: drop if exists
Date
Msg-id 4135.24.211.165.134.1132194848.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: drop if exists  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: drop if exists  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-patches
Christopher Kings-Lynne said:
> Will we get this functionality for ALL objects?
>

The patch does these: table, view, index, sequence, schema, type, domain,
and conversion. The reason is that these are all dealt with using the same
bit of the grammar, and the first 4 are pretty much completely done by the
same code.

I think anything else will have to be done individually, although the
pattern can be copied.

Perhaps we should take bids on what should/should not be covered.

cheers

andrew




pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: drop if exists
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: drop if exists