postgres_fdw and skip locked

Поиск
Список
Период
Сортировка
От Alexander Pyhalov
Тема postgres_fdw and skip locked
Дата
Msg-id 98951cc482cabdd6a2bc25e810392dca@postgrespro.ru
обсуждение исходный текст
Ответы Re: postgres_fdw and skip locked
Список pgsql-hackers
Hi.

Now select ... for update ... [skip locked|nowait] options are not 
pushed down to remote servers. I see the only reason is that we can 
speak to pre-9.5 server, which doesn't understand skip locked option. 
Are there any other possible issues? Should we add foreign table option 
to control this behavior?

-- 
Best regards,
Alexander Pyhalov,
Postgres Professional
Вложения

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

Предыдущее
От: "tanghy.fnst@fujitsu.com"
Дата:
Сообщение: RE: row filtering for logical replication
Следующее
От: Frédéric Yhuel
Дата:
Сообщение: Re: Allow parallel plan for referential integrity checks?