table updated status - Mailing list pgsql-general

From finecur
Subject table updated status
Date
Msg-id 1170460128.674182.322180@m58g2000cwm.googlegroups.com
Whole thread Raw
Responses Re: table updated status  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Hi,

Can I list tables and the time they were last update (adding columns,
drop columns) using sql, something like the "ls -l" command under
unix?

Can I compare the table definitions (tables, fields, but not data) of
two database using sql, something like the "diff file1, file2" command
under unix?

Thanks,

f


pgsql-general by date:

Previous
From: "Jim C."
Date:
Subject: Re: Postgres SQL Syntax
Next
From: "Jamie"
Date:
Subject: When to use compound PK instead of a FK?