My PostgreSQL Cheat Sheet
1. Show tables
The command \dt stands for describe tables and shows all tables in the database, equivalent to show tables in MySQL.
\dt
2. Create user
Run the following SQL command to create a user. Replace and 'password' with the desired username a...
schmidtdennis.de1 min read