Meta commands in psql
| Command | Note |
|---|---|
\l | List databases |
\c | Connect to database |
\dt | List tables |
\d $table | List schema of $table |
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
psql| Command | Note |
|---|---|
\l | List databases |
\c | Connect to database |
\dt | List tables |
\d $table | List schema of $table |