Re: Schema migration tools?

From: Erik Jones <erik(at)myemma(dot)com>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: Christophe <xof(at)thebuild(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Schema migration tools?
Date: 2008-04-22 20:53:12
Message-ID: F27AFCA3-3F44-4B42-AB71-D53E9C533945@myemma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Apr 22, 2008, at 3:09 PM, John DeSoi wrote:

> It would be nice if PostgreSQL had some kind of unique reference for
> the column, but I think columns are just numbered sequentially as
> they are added. It would also be neat to have a built-in way to log
> the schema changes.

It does: log_statement set to either 'all' or 'ddl' will do the trick.

Erik Jones

DBA | Emma®
erik(at)myemma(dot)com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wilson 2008-04-22 20:59:10 Re: Rapidly decaying performance repopulating a large table
Previous Message Christophe 2008-04-22 20:52:36 Re: How to modify ENUM datatypes?