Re: indexes on functions and create or replace function

Поиск
Список
Период
Сортировка
От Christophe
Тема Re: indexes on functions and create or replace function
Дата
Msg-id 3B61A3FD-1640-4F60-9DFF-6FA9391CC429@thebuild.com
обсуждение исходный текст
Ответ на Re: indexes on functions and create or replace function  ("Matthew Dennis" <mdennis@merfer.net>)
Ответы Re: indexes on functions and create or replace function  ("Matthew Dennis" <mdennis@merfer.net>)
Список pgsql-general
On Aug 28, 2008, at 3:21 PM, Matthew Dennis wrote:
> I have no doubt that someone would complain about it, but I think
> it's better than the alternative.

Determining if changing any function will cause an index to break is
not a straight-forward problem.  I don't believe that PG right now
keeps a graph of which functions call which, so replacing a function
deep in the logical calling hierarchy could break the index as easily
as one mentioned at the top.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Matthew Dennis"
Дата:
Сообщение: Re: indexes on functions and create or replace function
Следующее
От: Joshua Drake
Дата:
Сообщение: Re: MySQL LAST_INSERT_ID() to Postgres