Commands.app

\l

psql Commands

List all databases in psql

Examples
Common usage examples

List all databases

\l

List databases with size and description

\l+
Notes
  • Run within psql interactive terminal
Related Commands
You might also find these useful