Re: Thoughts on how to avoid a massive integer update.

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Thoughts on how to avoid a massive integer update.
Дата
Msg-id E3B6D3D1-D60E-40D9-8855-B23F7EDBFA8E@gmail.com
обсуждение исходный текст
Ответ на Re: Thoughts on how to avoid a massive integer update.  ("Fehrle, Brian" <bfehrle@comscore.com>)
Ответы Re: Thoughts on how to avoid a massive integer update.
Список pgsql-general
   Could you show an example table relationship?

It’s a simple one-to-many relationship:
*Info_table*
info_table_sid integer


*data_table*
data_table_sid integer,
info_table_id integer references info_table(info_table_sid),




Right, and now you wish to change the values in the referenced table (info_table.info_table_sid) correct?  



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

Предыдущее
От: "Fehrle, Brian"
Дата:
Сообщение: Re: Thoughts on how to avoid a massive integer update.
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: Best way to use trigger to email a report ?