Skip to content

Instantly share code, notes, and snippets.

@RobyCigar
Created January 3, 2022 01:17
Show Gist options
  • Save RobyCigar/e9ba57cd82cd6055336e14c285eaf214 to your computer and use it in GitHub Desktop.
Save RobyCigar/e9ba57cd82cd6055336e14c285eaf214 to your computer and use it in GitHub Desktop.
Postgres cheatsheet

\list or \l: list all databases \c : connect to a certain database \dt: list all tables in the current database using your search_path \dt *.: list all tables in the current database regardless your search_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment