Re: [GENERAL] Persistent user-defined functions

2008-03-28 Thread Felipe de Jesús Molina Bravo
if you create its in a template1 regards... El jue, 27-03-2008 a las 23:10 -0400, David T escribió: > Hi all, > > I am using Ubuntu 7.10 with PostgreSQL 8.2. I have just finished creating > two C functions and have successfully loaded them using "CREATE OR REPLACE > FUNCTION" ... This wa

Re: [GENERAL] Persistent user-defined functions

2008-03-28 Thread Martijn van Oosterhout
On Thu, Mar 27, 2008 at 11:10:39PM -0400, David T wrote: > Anyway - I would like these new functions to be permanently available > to a database, or to all databases. These functions will ultimately > be called from PHP, where there is no guarantee of server state in > between requests (maybe a re

[GENERAL] Persistent user-defined functions

2008-03-28 Thread David T
Hi all, I am using Ubuntu 7.10 with PostgreSQL 8.2. I have just finished creating two C functions and have successfully loaded them using "CREATE OR REPLACE FUNCTION" ... This was an extremely smooth process, and I have a lot of respect for the dev team for creating such a robust system. Any