n Tue, Feb 12, 2013 at 3:13 AM, Raymond O'Donnell <rod@iol.ie> wrote:
> On 12/02/2013 10:01, Frank Lanitz wrote:
>> Hi folks,
>>
>> It's more like a question of best practice:
>> How do you managing different version of database layout for e.g.
>> software releases?
>> We are planing to do an application based on postgres and want to store
>> some version number of database layout to ensure correct upgrade-scripts
>> can be applied in case of an upgrade. Is there any build in for?
>
> Here's an easy-to-use system from one of the community:
>
> http://www.depesz.com/2010/08/22/versioning/
I've used this system. It's versatile and easy to use. depesz++