Forum .LRN Q&A: Re: I need to know all function names.

Collapse
Posted by Jarkko Laine on
Hey Angel,

Just type '\?' in psql shell, and you'll get all the commands that you might need.

'\dt' lists all the tables
'\d tablename' describes the individual table
'\df' lists all the functions

Leave out the quotes, they're only marking the start and end of the command 😊