Re: CVS for postgresql - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: CVS for postgresql
Date
Msg-id 20080918155018.GC3868@alvh.no-ip.org
Whole thread Raw
In response to CVS for postgresql  (Julius Tuskenis <julius@nsoft.lt>)
List pgsql-admin
Julius Tuskenis wrote:
> Hello
>
>  we develop applications on postgresql, use alot of functions, edit them
> very often so there is a need for a version control. Is there a solution
> like CVS or something for PG databases? Well - for schemas at least.

Not directly.  People are used to storing schema definitions in text
files and storing those under revision control.  When schema changes are
needed, new files are added with the appropriate ALTER TABLE etc
commands.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-admin by date:

Previous
From: Glyn Astill
Date:
Subject: Re: Regaining superuser access
Next
From: Bernt Drange
Date:
Subject: Re: Regaining superuser access