Helpful psql commands for foreign data
PSQL has some helpful commands built in for viewing foreign data servers and tables if you are using them:
\des - list foreign servers
\deu - list user mappings
\det - list foreign tables
\dtE - list both local and foreign tables
\d <name of foreign table> - show columns, data types, and other table metadata