postgres_fdw and skip locked - Mailing list pgsql-hackers

From Alexander Pyhalov
Subject postgres_fdw and skip locked
Date
Msg-id 98951cc482cabdd6a2bc25e810392dca@postgrespro.ru
Whole thread Raw
Responses Re: postgres_fdw and skip locked  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: RE: row filtering for logical replication
Next
From: Frédéric Yhuel
Date:
Subject: Re: Allow parallel plan for referential integrity checks?