How to turn on timing, and checking how much time a query takes to execute
Definition Description
http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/ # \timing — After this if you execute a query it will show how much time it took for doing it. # \timing Timing is on. # SELECT * from pg_catalog.pg_attribute ; Time: 9.583 ms