I'm from a SQL Server background, and this is the easiest thing in the world to do in SQL Server. In Postgres it seems to be much more difficult.
I want to find the date a table was created and/or last updated. This is in the schema in SQL Server, but I can't find anything remotely close in the Postgres infrmation schema. Perhaps I'm looking in the wrong places. Can someone point me in the right direction please?
I want to find the date a table was created and/or last updated. This is in the schema in SQL Server, but I can't find anything remotely close in the Postgres infrmation schema. Perhaps I'm looking in the wrong places. Can someone point me in the right direction please?