aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2009-12-19 02:34:17 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2009-12-19 02:34:17 +0000
commit40ee42b4470055de8d4d80d9bc54315db0157f35 (patch)
treea3ea22bb3cbdc2f564079f19e125963296b29b53
parentc43d26c1af6405331a15df5d4867cea63127ccfe (diff)
downloadpostgresql-40ee42b4470055de8d4d80d9bc54315db0157f35.tar.gz
postgresql-40ee42b4470055de8d4d80d9bc54315db0157f35.zip
Update tutorial on the fact that backslash commands are no longer listed in
psql's startup banner.
-rw-r--r--doc/src/sgml/start.sgml6
1 files 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: