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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16272: Index expression can refer to wrong attributes if index is created via CREATE TABLE LIKE
Дата
Msg-id 848472.1600015982@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16272: Index expression can refer to wrong attributes if index is created via CREATE TABLE LIKE  (Alexander Lakhin <exclusion@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16615: Cannot determine type of Date for "is null" expression
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: BUG #16605: PostgreSQL recovery startup process waiting and blocking to application queries