psql Cheat Sheet/List functions

List functions in the current database.

Section: Meta-commands and Catalog Navigation

List functions

sql
sql
\df
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 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
List types
List data types defined in the database.
OpenIn sheetsqlsame section