[BUGS] ON CONFLICT issie detected

Поиск
Список
Период
Сортировка
От Irina Mileva
Тема [BUGS] ON CONFLICT issie detected
Дата
Msg-id B72BB4B6A2F58F4FABBE549335169E5C106B8A14@exch01-mbx02.taxback.ess.ie
обсуждение исходный текст
Ответы Re: [BUGS] ON CONFLICT issie detected  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-bugs

 

 

From: Daniel Topalov
Sent: 21 April 2017 14:25
To: Irina Mileva
Subject: ON CONFLICT issue detected

 

“ON CONFLICT (columnName) DO UPDATE” do NOT works with FOREIGN TABLES

Returns:

“ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification”

 

“ALTER FOREIGN TABLE tableName

    ADD CONSTRAINT ConstName UNIQUE (columnName);”

Returns:

“ERROR: unique constraints are not supported on foreign tables”

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Greg Clough
Дата:
Сообщение: [BUGS] Incorrect type in pg_cast causes Postmaster to core dump
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] Incorrect type in pg_cast causes Postmaster to core dump