Re: What does this tell me?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: What does this tell me?
Дата
Msg-id 3DA3B6B9.4010207@joeconway.com
обсуждение исходный текст
Ответ на Re: What does this tell me?  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: What does this tell me?  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-performance
Josh Berkus wrote:
> What the function is doing is a succession of data cleanup procedures,
> updating the same table about 50 times.  I will be very thankful for
> the day when I can commit within a procedure.

If that's the case, can you split the work up into multiple functions, and
execute them all from a shell script? Or perhaps even offload some of the data
massaging to perl or something? (It would be easier to recommend alternate
approaches with more details.)

Joe



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: What does this tell me?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What does this tell me?