psql Cheat Sheet/List foreign tables

List foreign tables defined via FDWs.

Section: Meta-commands and Catalog Navigation

List foreign tables

sql
sql
\det
Explanation

See summary for usage details.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Meta-commands and Catalog Navigation
List tables
List tables in visible schemas.
OpenIn sheetsqlsame section
List views
List views in visible schemas.
OpenIn sheetsqlsame section
List functions
List functions in the current database.
OpenIn sheetsqlsame section
List sequences
List sequences.
OpenIn sheetsqlsame section
List access privileges
Show grants and ownership for a relation.
OpenIn sheetsqlsame section
Describe function
Show function details including source and volatility.
OpenIn sheetsqlsame section