From 40ee42b4470055de8d4d80d9bc54315db0157f35 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Sat, 19 Dec 2009 02:34:17 +0000
Subject: [PATCH] Update tutorial on the fact that backslash commands are no
 longer listed in psql's startup banner.

---
 doc/src/sgml/start.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 863011a9ddd..8adbd6ebf6b 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.50 2009/06/17 21:58:49 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.51 2009/12/19 02:34:17 alvherre Exp $ -->
 
  <chapter id="tutorial-start">
   <title>Getting Started</title>
@@ -384,8 +384,8 @@ mydb=#
    <para>
     The <command>psql</command> program has a number of internal
     commands that are not SQL commands.  They begin with the backslash
-    character, <quote><literal>\</literal></quote>.  Some of these
-    commands were listed in the welcome message.  For example,
+    character, <quote><literal>\</literal></quote>.
+    For example,
     you can get help on the syntax of various
     <productname>PostgreSQL</productname> <acronym>SQL</acronym>
     commands by typing:
-- 
GitLab