Re: edit function - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: edit function
Date
Msg-id 200909070831.05206.guillaume@lelarge.info
Whole thread Raw
In response to edit function  (Rakotomandimby Mihamina <mihamina@gulfsat.mg>)
List pgsql-general
Le lundi 7 septembre 2009 à 08:26:27, Rakotomandimby Mihamina a écrit :
> [...]
> I have to insert several IF statements in the "IF FOUND" one.
> I wont do it one time, I will insert them one by one.
>
> I cannot stop too much long the PG server (a /etc/init.d restart time
> is OK, more is not)
>
> Dumping and the restoring is not possible because of too long downtime.
>
> DELETing CREATing the function is not possible because of dependency.
>
> When looking  at the help, '\h' has no REPLACE FUNCTION.
> Only ALTER FUNCTION
>
> How to manage it?
>

You're probably looking for CREATE OR REPLACE.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

pgsql-general by date:

Previous
From: Rakotomandimby Mihamina
Date:
Subject: edit function
Next
From: "Ow Mun Heng"
Date:
Subject: trigger and returning the #of rows affected (partitioning)