Re: DROP/IF_P EXISTS in gram.y - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: DROP/IF_P EXISTS in gram.y
Date
Msg-id [email protected]
Whole thread Raw
In response to DROP/IF_P EXISTS in gram.y  (Michael Meskes <[email protected]>)
List pgsql-hackers

Michael Meskes wrote:

>Is there any reason why all DROP statements except DROP CAST have two
>rules, one with IF_P EXISTS and one without, while DROP CAST uses
>opt_if_exists?
>
>
>  
>

With all the others that was the only way to stop getting a grammar 
conflict, IIRC.

cheers

andrew


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: DROP/IF_P EXISTS in gram.y
Next
From: Markus Schiltknecht
Date:
Subject: Re: [PATCHES] Replication Documentation