Обсуждение: CVS for postgresql

Поиск
Список
Период
Сортировка

CVS for postgresql

От
Julius Tuskenis
Дата:
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.

--
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050


Re: CVS for postgresql

От
Alvaro Herrera
Дата:
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