> my_sum(int4, int4)
> "My_Sum"(int4, int4)
> My_Sum(int4, int4)
Yes, but such a redundancy would be detected, which is ***better*** than
nothing. We can then issue a warning instead of "blocking everything".
Furthermore, many names are not case sensitive because of SQL (tables,
views), which makes ILIKE the perfect solution to track dependencies :
tables<->views, views<->functions, tables<->functions, etc...
+ we are only looking for one-level depencies.
This is quite easy to implement using pgSchema... I am
testing ALTER TRIGGER wich will be available tonight.
Cheers,
Jean-Michel