From 8be9bd83acd43762cf0dc8a45229a693896e7755 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 10 Aug 2002 19:35:01 +0000 Subject: 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. --- doc/src/sgml/manage.sgml | 4 ++-- doc/src/sgml/ref/psql-ref.sgml | 6 +++--- doc/src/sgml/start.sgml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/manage.sgml b/doc/src/sgml/manage.sgml index 43dd8d5a955..786adb71965 100644 --- a/doc/src/sgml/manage.sgml +++ b/doc/src/sgml/manage.sgml @@ -1,5 +1,5 @@ @@ -130,7 +130,7 @@ to try out the examples in this manual. You will be greeted with the following message: -Welcome to psql, the PostgreSQL interactive terminal. +Welcome to psql &version;, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 48370d1e214..4ddc70d2120 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -488,7 +488,7 @@ PostgreSQL documentation the string =>. For example, $ psql testdb -Welcome to psql, the PostgreSQL interactive terminal. +Welcome to psql &version;, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands @@ -1582,7 +1582,7 @@ lo_import 152801 \timing - Toggles a display of how long each query takes in seconds. + Toggles a display of how long each query takes, in milliseconds. diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 439f65e98f0..a1adb712ce1 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,5 +1,5 @@ @@ -313,7 +313,7 @@ createdb: database creation failed In psql, you will be greeted with the following message: -Welcome to psql, the PostgreSQL interactive terminal. +Welcome to psql &version;, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands -- cgit v1.2.3