All Questions
Tagged with postgresql time
1 question
1
vote
1
answer
1k
views
How do I time how long my pg_restore takes in the command line?
I'm trying to track the amount of time the process takes for when I move around my data and upgrade my web app. From the command line, how would I track the amount of time elapsed from when the ...