Re: [GENERAL] Version Control Software for Database Objects

2005-01-14 Thread Tony Caduto
PG Lightning Admin has version control(with a diff viewer) for functions built in. It wouldn't be that difficult to add other objects after I release 1.0 Here is a screen shot: http://www.amsoftwaredesign.com/downloads/pg_screenshots/function_version_control.PNG It creates a table in the public s

Re: [GENERAL] Version Control Software for Database Objects

2005-01-13 Thread Greg Stark
Tim Allen <[EMAIL PROTECTED]> writes: > Mark Dexter wrote: > > We maintain multiple versions of our application's database and we are > > looking for version control software to help us automate this. > > Specifically, > > we would like to have a program that automatically tracks all changes to

Re: [GENERAL] Version Control Software for Database Objects

2005-01-13 Thread Tim Allen
Mark Dexter wrote: We maintain multiple versions of our application's database and we are looking for version control software to help us automate this. Specifically, we would like to have a program that automatically tracks all changes to the database (tables, views, functions, etc.) and assis

Re: [GENERAL] Version Control Software for Database Objects

2005-01-13 Thread Jeff Davis
On Thu, 2005-01-13 at 15:18 -0800, Mark Dexter wrote: > We maintain multiple versions of our application's database and we are > looking for version control software to help us automate this. > Specifically, we would like to have a program that automatically > tracks all changes to the database (ta

[GENERAL] Version Control Software for Database Objects

2005-01-13 Thread Mark Dexter
Title: Version Control Software for Database Objects We maintain multiple versions of our application's database and we are looking for version control software to help us automate this.  Specifically, we would like to have a program that automatically tracks all changes to the database (tabl