Re: Feature requests after crash - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Re: Feature requests after crash
Date
Msg-id 200202221400.g1ME08FP011535@www1.translationforge
Whole thread Raw
In response to Re: Feature requests after crash  (Dave Page <dpage@vale-housing.co.uk>)
List pgadmin-hackers
> 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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Feature requests after crash
Next
From: Jean-Michel POURE
Date:
Subject: Update trigger name