Rotating PostgreSQL Passwords with no downtime

Changing the password for a PostgreSQL database user involves two steps: The change in the database and the change in the application code. This blog post describes how to do this without any downtime or failed authentication tries. ...

August 22, 2018 · Jannik Arndt

Examining a PostgreSQL with psql or pgcli

The PostgreSQL installation comes with a great tool, psql, to administer and inspect the database. pgcli extends this with syntax highlighting and autocompletion. ...

August 16, 2018 · Jannik Arndt