psql prints its version number in its startup message, per recent
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |