Re: BUG #16272: Index expression can refer to wrong attributes if index is created via CREATE TABLE LIKE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16272: Index expression can refer to wrong attributes if index is created via CREATE TABLE LIKE
Date
Msg-id 848472.1600015982@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16272: Index expression can refer to wrong attributes if index is created via CREATE TABLE LIKE  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-bugs
Alexander Lakhin <exclusion@gmail.com> writes:
> When executing the following query:
> CREATE TABLE test(i int CHECK (i > 0));
> CREATE TABLE pg_user(LIKE test INCLUDING CONSTRAINTS);
> I get an assertion:

Fixed, thanks for the report!

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16615: Cannot determine type of Date for "is null" expression
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: BUG #16605: PostgreSQL recovery startup process waiting and blocking to application queries