Re: [GENERAL] Creating 'global' functions.

2004-01-31 Thread elein
If you know about these functions before you create your databases, install them into template1. Then all subsequently created databases will have them. If the databases already exist, you need to do what you did. --elein [EMAIL PROT

Re: [GENERAL] Creating 'global' functions.

2004-01-31 Thread Martijn van Oosterhout
On Mon, Jan 26, 2004 at 04:40:33PM -0500, Matthew Jones wrote: > Is there a way, when a function is created (in language SQL for example), > for it to be available globally, as the pg_catalog functions are. All of > the ones I create are only available on the database they were created, > and I can

[GENERAL] Creating 'global' functions.

2004-01-31 Thread Matthew Jones
Is there a way, when a function is created (in language SQL for example), for it to be available globally, as the pg_catalog functions are. All of the ones I create are only available on the database they were created, and I can't figure out a way to make it so they're available to all without havi