Re: [GENERAL] Create temporary function

2008-04-23 Thread Steve Crawford
Tom Lane wrote: Steve Crawford <[EMAIL PROTECTED]> writes: I have recently run across situations that might benefit from the ability to create a temporary function. You can do that today, as long as you don't mind schema-qualifying uses of the function: regression=# create function pg

Re: [GENERAL] Create temporary function

2008-04-23 Thread Tom Lane
Steve Crawford <[EMAIL PROTECTED]> writes: > I have recently run across situations that might benefit from the > ability to create a temporary function. You can do that today, as long as you don't mind schema-qualifying uses of the function: regression=# create function pg_temp.tfunc(int) return