Re: BUG #15891: Cannot alter columns and add constraints in one alter statement since 11.4 update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: m(dot)jacobs(at)defacto(dot)nl
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15891: Cannot alter columns and add constraints in one alter statement since 11.4 update
Date: 2019-07-03 14:49:48
Message-ID: 12285.1562165388@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Since the update of my PostgreSQL server to 11.4 some of my automated
> migrations of a web app (Phoenix on Elixir) started to fail. I’ve narrowed
> it down to not being able to do the following:

Yeah, this is an embarrassing bug in the fix for bug #15835.
A fix is already committed,
https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=afaf48afb
and it will be in the next minor releases.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Rowley 2019-07-03 22:11:55 Re: GROUP BY and inheritance issue
Previous Message PG Bug reporting form 2019-07-03 14:04:04 BUG #15891: Cannot alter columns and add constraints in one alter statement since 11.4 update