OSDN Git Service

Adjust display of actual runtimes in EXPLAIN output to use three fractional
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Oct 2003 01:14:26 +0000 (01:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Oct 2003 01:14:26 +0000 (01:14 +0000)
commitfe1b5034dd557822b28877bf423828d37c847702
tree103540b238a774f63960407fde58e72f115ad8b6
parentfa2356a1acd4fab20c66079747cf856441cc9546
Adjust display of actual runtimes in EXPLAIN output to use three fractional
digits, and label it 'ms' not 'msec', for consistency with psql's \timing
display.  Per recent discussions.
doc/src/sgml/perform.sgml
doc/src/sgml/ref/explain.sgml
src/backend/commands/explain.c