CREATE OR REPLACE FUNCTION - Mailing list pgsql-patches

From Gavin Sherry
Subject CREATE OR REPLACE FUNCTION
Date
Msg-id Pine.LNX.4.21.0109202351590.26110-101000@linuxworld.com.au
Whole thread Raw
Responses Re: CREATE OR REPLACE FUNCTION
Re: CREATE OR REPLACE FUNCTION
List pgsql-patches
Hi guys,

Here's a patch I put together. I thought the Oracle-style 'CREATE OR
REPLACE FUNCTION' syntax might be useful to those doing lots of function
creation/development. It is against the 7.1.3 source.

I ran it through regress - all tests were fine. I also modified the
regress to use the potential OR REPLACE syntax. This also worked.

Gavin

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Patch to pg_ctl to better support paths containing
Next
From: Tom Lane
Date:
Subject: Re: CREATE OR REPLACE FUNCTION