Skip to content

Instantly share code, notes, and snippets.

@mwinckler
Last active December 11, 2020 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwinckler/36c5ebbe996756fd99aed39fe31da4f6 to your computer and use it in GitHub Desktop.
Save mwinckler/36c5ebbe996756fd99aed39fe31da4f6 to your computer and use it in GitHub Desktop.
postgres-hot-tips

PostgreSQL things that might be useful

https://tomcam.github.io/postgres/

Expanded mode

\x changes query output to "expanded" mode so table columns in results are listed vertically instead of horizontally. Run \x again to disable.

How to quit/exit/terminate/leave

\q

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