• T
    Support writable foreign tables. · 21734d2f
    Tom Lane 提交于
    This patch adds the core-system infrastructure needed to support updates
    on foreign tables, and extends contrib/postgres_fdw to allow updates
    against remote Postgres servers.  There's still a great deal of room for
    improvement in optimization of remote updates, but at least there's basic
    functionality there now.
    
    KaiGai Kohei, reviewed by Alexander Korotkov and Laurenz Albe, and rather
    heavily revised by Tom Lane.
    21734d2f
planmain.h 5.1 KB