Statistics on database structure changes

From: Aleksey <phone(at)ukr(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Statistics on database structure changes
Date: 2003-10-30 01:06:51
Message-ID: 3FA0642B.6000504@ukr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I need to collect some information on changes in database structure for
further analysis. I'm interested in the following information:
- new and dropped tables and views;
- new and dropped table columns;
- new and dropped primary and foreign keys;
- timestamp of such a change;
- affected table and probably columns for every change.

Are there any other "native" ways to do this (to export certain
successfully(!) finished queries) without parsing PostgreSQL's log
on-the-fly or modification of the backend source?

Thank you.

Sincerely yours,
Aleksey.

Browse pgsql-general by date

  From Date Subject
Next Message Allen Landsidel 2003-10-30 02:05:23 pg_ctl vs full restart
Previous Message Gaetano Mendola 2003-10-30 00:29:47 Re: Trigger delete