| From: | hubert depesz lubaczewski <depesz(at)depesz(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Andreas Kretschmer <akretschmer(at)spamfence(dot)net>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: How could I find the last modified procedure in the database? |
| Date: | 2011-11-17 12:15:39 |
| Message-ID: | 20111117121539.GC7623@depesz.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin 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/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Armel Luce | 2011-11-17 17:11:20 | Re: rsync and streaming replication |
| Previous Message | Craig Ringer | 2011-11-17 02:28:37 | Re: How and when are encoding DLLs used on Windows? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | hubert depesz lubaczewski | 2011-11-17 12:28:24 | Re: how could duplicate pkey exist in psql? |
| Previous Message | Pedro Doria Meunier | 2011-11-17 11:40:36 | upgrading from 8.3 to 9.0 |