Re: [HACKERS] What about CREATE OR REPLACE FUNCTION?

2001-10-28 Thread Gavin Sherry
On Mon, 8 Oct 2001, Jean-Michel POURE wrote: > Dear all, [snip] > 2) PL/pgSQL default support > It is sometimes tricky for Windows users to install a language remotely on > a Linux box (no access to createlang and/or no knowledge of handlers). So > why not enable PL/pgSQL by default? Could i

Re: [HACKERS] What about CREATE OR REPLACE FUNCTION?

2001-10-04 Thread Gavin Sherry
On Thu, 4 Oct 2001, Jean-Michel POURE wrote: > Hello, > > Does CREATE OR REPLACE FUNCTION preserve function OID? > What it the difference with CREATE OR ALTER FUNCTION? > > We would like to implement pseudo-editing of functions in pgAdmin II. > Is there any solution which preserves function OID