From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Martin Mueller <martinmueller(at)northwestern(dot)edu> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Finding out about the dates of table modification |
Date: | 2019-11-23 06:29:24 |
Message-ID: | CAECtzeVE8qDfof+dJapJtGj0vgXa5MmZsUer=+WP+dX15vZG+g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Le sam. 23 nov. 2019 03:24, Martin Mueller <martinmueller(at)northwestern(dot)edu>
a écrit :
> I've moved happily from MySQL to Postgres but miss one really good
> feature of MYSQL: the table of tables that let you use SQL queries to find
> out metadata about your table. Thus looking at the table of tables and
> sorting it by last change, lets you quickly look at the most recently
> modified table. Which is really useful if you have a bad memory, as I do,
> and can't remember the name of a particular table that I worked on last
> Wednesday.
>
> Are those capabilities hidden somewhere in Postgres? There isn't an
> obvious section in the documentation. At least I can't find it.
>
No, it doesn't exist.
From | Date | Subject | |
---|---|---|---|
Next Message | Jason L. Amerson | 2019-11-23 10:25:57 | Client Computers |
Previous Message | Martin Mueller | 2019-11-23 02:24:30 | Finding out about the dates of table modification |