Helpful Psql Commands Cheat Sheet Compiling a list of helpful postgres commands as I use them See schemas with permissions \dn+ See tables [or table] \d [TABLE_NAME] See tables [or table] with privileges \dp [TABLE_NAME]