See all presentation from SUNY-Albany-CCI-LearningEncounters
On Github SUNY-Albany-CCI-LearningEncounters / PostgreSQL-Introduction-Part-I
Created by Luis Ibanez
www.postgresql.org
psql --help
psql --list
psql -U $username -d $databasename
Example
psql -U ibanez -d grades
\?
\du
\l
\dt