Re: How could I find the last modified procedure in the database?

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: How could I find the last modified procedure in the database?
Дата
Msg-id 20111117121539.GC7623@depesz.com
обсуждение исходный текст
Ответ на Re: How could I find the last modified procedure in the database?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, Nov 16, 2011 at 07:02:11PM -0500, Tom Lane wrote:
> I'd try looking to see which row in pg_proc has the latest xmin.
> Unfortunately you can't "ORDER BY xmin" ...

order by age(xmin) ?

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

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

Предыдущее
От: Pedro Doria Meunier
Дата:
Сообщение: upgrading from 8.3 to 9.0
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: how could duplicate pkey exist in psql?