Re: track alter table history

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: "Ma, Yi" <Yi_Ma(at)adp(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: track alter table history
Date: 2006-04-21 03:37:10
Message-ID: 20060421033710.GU49405@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Unfortunately, I don't think there is any way.

It might not be a bad idea to add created and last_modified columns to
track this information.

On Wed, Apr 19, 2006 at 12:07:43PM -0500, Ma, Yi wrote:
>
> We're in the process of development between model updating and database
> implementation, and
>
> It's been done by 2 different groups. I am wondering how I could find
> out what's the last time
>
> The table structure has been updated (such as rename column name , add
> new columns...)
>
> I looked the data dictionary tables/views in the pg_catalog , but can't
> find any information like this.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sriram Dandapani 2006-04-21 03:45:57 Re: slow cursor
Previous Message Jim Nasby 2006-04-21 03:17:22 Re: Problem with SELECT FOR UPDATE NOWAIT