Re: Feature requests after crash

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Feature requests after crash
Дата
Msg-id 200202221400.g1ME08FP011535@www1.translationforge
обсуждение исходный текст
Ответ на Re: Feature requests after crash  (Dave Page <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Feature requests after crash
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Update trigger name