Re: [ADMIN] How to create cluster-wide functions

2003-10-06 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > Is it possible to do something like that in postgresql? No. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 8: explain analyze is your friend

[ADMIN] How to create cluster-wide functions

2003-10-06 Thread enio
Hi, I was trying to create cluster-wide functions but without success. Even creating one function in template1 did not work. If I create a new database it is copied from template1 to new databases, but older databases don't have that created function. Is it possible to do something like that in pos