Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3

From: "Kaare Rasmussen" <kar(at)kakidata(dot)dk>
To: jm(dot)poure(at)freesurf(dot)fr
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3
Date: 2002-01-23 14:09:39
Message-ID: 20020123140939.22135.qmail@tycho.webline.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)kakidata(dot)dk

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2002-01-23 14:16:22 Re: Add OR REPLACE clauses to non-FUNCTION object creation
Previous Message Jean-Michel POURE 2002-01-23 13:44:17 Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3