I'm using the psql client on a linux machine, and I always want timing to be on.
Is there a config file or setting somewhere to do this?
I am currently always starting my session with: \timing
Asked
Active
Viewed 3,185 times
13
1 Answers
22
Create a file called ~/.psqlrc and add the line:
\timing
Read the psql man page for more details.
Flimzy
- 2,472