2011/10/11 Radhya sahal <[email protected]>: > Hi > I want to know how can i measure runtime query in postgresql if i use > command line psql? > not explain rutime for the query such as the runtime which appear in pgadmin > ? > such as Total query runtime: 203 ms. >
Hello use \timing \? is your friend :) Regards Pavel Stehule -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
