This document summarizes a presentation about proposed and potential future enhancements to foreign data wrappers in PostgreSQL. Some key points discussed include: inheritance support for foreign tables was committed for version 9.5; join push-down and update push-down were proposed but returned for further work; and future ideas proposed aggregate push-down, more aggressive join push-down, sort push-down, and 2PC support. Many technical challenges around semantics, implementation, and optimization were also discussed.