> ------- Original Message ------- > From: Gregory Stark <stark@xxxxxxxxxxxxxxxx> > To: "Dave Page" <dpage@xxxxxxxxxxxxxx> > Sent: 25/10/07, 19:06:12 > Subject: Re: subversion support? > > The situation is complicated somewhat by the SQL "ALTER TABLE" and so on > commands which you need to use instead of just reissuing the CREATE TABLE > command. >From memory, pga2 used to log the reverse engineered DDL after a change, as well as the SQL used to make that change. It then allowed you to generate scripts to update your production schemas from one version to another. It also allowed you to view the history for an object, and rollback to a previous version. Dropped objects were logged in the 'graveyard' from where they could be resurrected. /D ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings