Skip to content

Instantly share code, notes, and snippets.

View achauve's full-sized avatar

Adrien Chauve achauve

View GitHub Profile
@achauve
achauve / psql.md
Last active February 16, 2024 15:43 — forked from revolunet/psql.md
PSQL tips and tricks

Cheat sheet

  • better display of results:
\pset format wrapped
\pset columns 100
\pset linestyle unicode
  • list all databases: \l
  • List all schemas: \dn