Is there any way to determine the time which the Postgres takes to populate a table from a csv file. I tried using 'time' command but it did not work.
time copy TABLE_NAME from /home/ankit/Documents/file.csv delimiter ',' csv header ;
The error was:
ERROR: syntax error at or near "time
"
I am using Ubuntu 16.04