Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    0bf3ae88
    Directly modify foreign tables. · 0bf3ae88
    Robert Haas authored
    postgres_fdw can now sent an UPDATE or DELETE statement directly to
    the foreign server in simple cases, rather than sending a SELECT FOR
    UPDATE statement and then updating or deleting rows one-by-one.
    
    Etsuro Fujita, reviewed by Rushabh Lathia, Shigeru Hanada, Kyotaro
    Horiguchi, Albe Laurenz, Thom Brown, and me.
    0bf3ae88
    History
    Directly modify foreign tables.
    Robert Haas authored
    postgres_fdw can now sent an UPDATE or DELETE statement directly to
    the foreign server in simple cases, rather than sending a SELECT FOR
    UPDATE statement and then updating or deleting rows one-by-one.
    
    Etsuro Fujita, reviewed by Rushabh Lathia, Shigeru Hanada, Kyotaro
    Horiguchi, Albe Laurenz, Thom Brown, and me.