Separate Your PostgreSQL Query History by Environment
If you regularly connect to multiple PostgreSQL databases—especially both development and production environments—you've probably experienced that moment of dread when scrolling through your psql history. Was that `DELETE` statement from dev or prod?