Re: to find table stats for last update time.

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: to find table stats for last update time.
Дата
Msg-id 407d949e1001050705l255caa9as95e913bd9b3706b6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: to find table stats for last update time.  (Shabala Deshpande <de.shabala@gmail.com>)
Список pgsql-novice
On Tue, Jan 5, 2010 at 9:37 AM, Shabala Deshpande <de.shabala@gmail.com> wrote:
> I was trying to figure out if i could use any system tables info... but
> seems i have to take the tiggers way out...

Keep in mind that this creates a point of contention and will
serialize all updates against the table. If this is a busy table with
many updates per second it could reduce performance.

--
greg

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Using a variable in sql in a function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Help to dump tables in a database and restore in another database