Time Everything in psql
Today I added a command to my Postgres terminal configuration file that's pretty great. Here it is:
-- .psqlrc
/timing
This turns on automatic timing for your commands. Timing is an optional feature that has helped me on many occasions.
Tweet