Re: postgres_fdw and skip locked

Поиск
Список
Период
Сортировка
От Alexander Pyhalov
Тема Re: postgres_fdw and skip locked
Дата
Msg-id 13e6be2feccfd14e23259355837d18e1@postgrespro.ru
обсуждение исходный текст
Ответ на Re: postgres_fdw and skip locked  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Ответы Re: postgres_fdw and skip locked  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Список pgsql-hackers
Ashutosh Bapat писал 2022-02-16 16:40:
> On Mon, Feb 14, 2022 at 4:23 PM Alexander Pyhalov
> <a.pyhalov@postgrespro.ru> wrote:
>> 
>> 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?
> 
> Should we always push these clauses if remote server's version is
> newer than 9.5? There are quite a few options already. It will be good
> not to add one more.
> 
> I see that these options will work for all kinds of relations. So no
> problem if foreign table is pointing to something other than a table.

Hi.
The issue is that we perform deparsing while planing, we haven't 
connected to server yet.
Are there any ideas how to find out its version without specifying it, 
for example, in server options?
-- 
Best regards,
Alexander Pyhalov,
Postgres Professional



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: support for CREATE MODULE
Следующее
От: Robert Haas
Дата:
Сообщение: Re: adding 'zstd' as a compression algorithm