On 10/14/10 3:47 PM, sunpeng wrote:> when I use the psql to send a sql, how to get current sql execution time?
\timing [{on|off}]
either toggles or sets on and off. when timing is on, it displays query time.