Re: Migrations

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Martín Marqués <martin(at)2ndquadrant(dot)com>, Guyren Howe <guyren(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Migrations
Date: 2015-08-14 02:17:08
Message-ID: 55CD4FA4.7020705@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Feyrer 2015-08-14 02:26:51 Re: Foreign Keys as first class citizens at design time?
Previous Message Adrian Klaver 2015-08-14 01:04:37 Re: First-class Polymorphic joins?