proposal: add columns created and altered to pg_proc and pg_class

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: proposal: add columns created and altered to pg_proc and pg_class
Date: 2009-04-13 18:07:29
Message-ID: 162867790904131107l13046a94hf9998bdd68648bd8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

this my proposal is very simple. It help to people who have to manage
large or complex database system. Important data are date of creating
and date of altering tables and stored procedures. These data cannot
be modified by user, so implementation doesn't need any new
statements.

Notes, objections?

Regards
Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-04-13 18:27:39 Re: proposal: add columns created and altered to pg_proc and pg_class
Previous Message Robert Haas 2009-04-13 17:28:07 Re: Affected rows count by rule as condtition