Priority against catalog - Mailing list pgsql-general

From Cristian Custodio
Subject Priority against catalog
Date
Msg-id 001b01c2d1d1$1e8ca8e0$fb01a8c0@ttcristian
Whole thread Raw
Responses Re: Priority against catalog  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
 
I created a function called Version(),
The same that there is in PostGreSQL Catalog.
 
But, to call this function I'm obrigated to
specific the SCHEMA.Version. I would like it
execute my functions when I don't to specific  
the SCHEMA.
 
I would like the PostGreSQL give priority to my
function and classes when they exists, of course.
 
This function is just a example. But I also need
to created operations that I would like to subscrive.
 
Thanks,

Cristian

pgsql-general by date:

Previous
From: "Colin Mangiagalli"
Date:
Subject: Writes to transaction logs, Permission Denied
Next
From: "Cristian Custodio"
Date:
Subject: Analytic Functions