Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3 - Mailing list pgsql-hackers

From Kaare Rasmussen
Subject Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3
Date
Msg-id 20020123140939.22135.qmail@tycho.webline.dk
Whole thread Raw
In response to Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Responses Re: Add OR REPLACE clauses to non-FUNCTION object creation  (Gavin Sherry <swm@linuxworld.com.au>)
Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgsql-hackers
> - CREATE OR REPLACE VIEW,
> - CREATE OR REPLACE TRIGGER.

Isn't it the same as 

DROP VIEW name
CREATE VIEW name
or
DROP TRIGGER name
CREATE TRIGGER name
?? 
--
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               Åben 14.00-18.00        Web:      www.suse.dk
2000 Frederiksberg        Lørdag 11.00-17.00       Email: kar@kakidata.dk 


pgsql-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3
Next
From: Gavin Sherry
Date:
Subject: Re: Add OR REPLACE clauses to non-FUNCTION object creation