Re: Migrations - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Migrations
Date
Msg-id 55CD4FA4.7020705@aklaver.com
Whole thread Raw
In response to Migrations (was: First-class Polymorphic joins?)  (Martín Marqués <martin@2ndquadrant.com>)
Responses Re: Migrations
List pgsql-general
On 08/13/2015 05:37 PM, Martín Marqués wrote:
> El 13/08/15 a las 21:23, Guyren Howe escribió:
>>
>> I also think migrations ought to be a first-class feature…
>
> What do you mean with "migrations ought to be a first-class feature"?
>
> There have been, and there still are efforts for making upgrading as
> smooth and simple as possible, but I'm not really sure where you want to
> get with this.

I think Guyren is talking about something like Django or Rails
migrations, Alembic, Sqitch, etc. A way to do changes to database
objects either whole or as incremental changes. Basically a schema
versioning method.

>
> Cheers,
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Martín Marqués
Date:
Subject: Migrations (was: First-class Polymorphic joins?)
Next
From: "Stephen Feyrer"
Date:
Subject: Re: Foreign Keys as first class citizens at design time?