CREATE OR REPLACE FUNCTION

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема CREATE OR REPLACE FUNCTION
Дата
Msg-id Pine.LNX.4.21.0109202351590.26110-101000@linuxworld.com.au
обсуждение исходный текст
Ответы Re: CREATE OR REPLACE FUNCTION  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: CREATE OR REPLACE FUNCTION  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch to pg_ctl to better support paths containing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE OR REPLACE FUNCTION