psql prints its version number in its startup message, per recent

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8be9bd83acd43762cf0dc8a45229a693896e7755
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-10T19:35:01Z
Releases: 7.3.1
psql prints its version number in its startup message, per recent
discussion.  Also, cause the \timing command to display time in a
format consistent with the backend's EXPLAIN ANALYZE output.

Files

PathChange+/−
doc/src/sgml/manage.sgml modified +2 −2
doc/src/sgml/ref/psql-ref.sgml modified +3 −3
doc/src/sgml/start.sgml modified +2 −2
src/bin/psql/common.c modified +3 −2
src/bin/psql/help.c modified +3 −2
src/bin/psql/startup.c modified +3 −3