Re: Storing Snapshot Data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Storing Snapshot Data
Дата
Msg-id 13405.1071156026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Storing Snapshot Data  (John Gibson <gib@edgate.com>)
Список pgsql-general
John Gibson <gib@edgate.com> writes:
> Unfortunately, I am stuck on how to get all three into the monitor table
> with the same timestamp.

Do all the work in a single SERIALIZABLE transaction.  That gives you a
static, consistent view of the database for as long as you need.

            regards, tom lane

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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: Should we consider empty fields as NULL values when
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Should we consider empty fields as NULL values when dealing with string columns ?