DROP FOREIGN TABLE
is a DDL command for removing a foreign table
.
DROP FOREIGN TABLE
was added in PostgreSQL 9.1.
Change history
DROP FOREIGN TABLE
has not been modified since it was added in PostgreSQL 9.1.
- PostgreSQL 9.1
- added (commit 0d692a0d)
References
- PostgreSQL documentation: DROP FOREIGN TABLE