Re: [pgadmin-hackers] RFC: Removal of Revision Control

2002-05-01 Thread Dave Page
> -Original Message- > From: Rod Taylor [mailto:[EMAIL PROTECTED]] > Sent: 02 May 2002 00:31 > To: Dave Page; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] RFC: Removal of Revision Control > > > Thats fair. The ability to rollback most changes isn't > over

Re: [pgadmin-hackers] RFC: Removal of Revision Control

2002-05-01 Thread Rod Taylor
Thats fair. The ability to rollback most changes isn't overly useful. What is useful is the ability to replay commands on another database. I suggest a good replacement would be a simple 'log' mode which writes text based queries to a log file. PGAdmin should be able to play an arbitrary text f

[pgadmin-hackers] RFC: Removal of Revision Control

2002-05-01 Thread Dave Page
I am in the process of making *major* changes to the pgAdmin code to support Schemas in the upcoming PostgreSQL 7.3 release. I would like to remove the Revision Control feature from pgAdmin 1.3 for the following reasons: 1) It is difficult to maintain. Removing the code will make Schema implemen