Re: proposal: add columns created and altered to pg_proc and pg_class

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>, "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: add columns created and altered to pg_proc and pg_class
Date: 2009-04-13 18:27:39
Message-ID: 49E33DCB.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> 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?

This feature has been present in other database products I've used,
and I occasionally miss it.

PostgreSQL doesn't have stored procedures, but has functions.

This doesn't sound like something to propose past feature freeze, so
I assume you're asking about a potential 8.5 feature.

-Kevin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-04-13 18:28:22 Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1
Previous Message Pavel Stehule 2009-04-13 18:07:29 proposal: add columns created and altered to pg_proc and pg_class