From 9263d86f59b7676e388785824ee5945a91b855ed Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 May 2008 17:17:00 +0000 Subject: Update psql startup banner to be shorter, suggest "help" for help. Add a few "help" entries. Move \g help entry into "General". Update psql version mismatch warning text. Joshua D. Drake --- doc/src/sgml/ref/psql-ref.sgml | 11 ++++------- doc/src/sgml/start.sgml | 11 +++-------- 2 files changed, 7 insertions(+), 15 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 75392accf7d..57664e3082e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -571,13 +571,10 @@ $ psql "service=myservice sslmode=require" the string =>. For example: $ psql testdb -Welcome to psql &version;, the PostgreSQL interactive terminal. +psql (&version;) +Type "help" for help. -Type: \copyright for distribution terms - \h for help with SQL commands - \? for help with psql commands - \g or terminate with semicolon to execute query - \q to quit +test=> testdb=> diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 1ae900852fa..fbc0e3f7b3a 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,4 +1,4 @@ - + Getting Started @@ -329,13 +329,8 @@ createdb: database creation failed: ERROR: permission denied to create database In psql, you will be greeted with the following message: -Welcome to psql &version;, the PostgreSQL interactive terminal. - -Type: \copyright for distribution terms - \h for help with SQL commands - \? for help with psql commands - \g or terminate with semicolon to execute query - \q to quit +psql (&version;) +Type "help" for help. mydb=> -- cgit v1.2.3