We want to implement a mechanism by which if any database
function is created or modified in one database, then the same should
automatically get done in another (1 or more) database(s). It seems triggers on system catalogs like pg_proc are not
allowed. Is there any way in postgres to do this, by some other way? Thanks! atul |