Re: Finding out about the dates of table modification

2019-11-23 Thread Alban Hertroys
> On 23 Nov 2019, at 3:24, Martin Mueller > wrote: > > 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

Re: Finding out about the dates of table modification

2019-11-22 Thread Guillaume Lelarge
Le sam. 23 nov. 2019 03:24, Martin Mueller 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 cha

Finding out about the dates of table modification

2019-11-22 Thread Martin Mueller
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 tab