Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40ee42b

Browse files
committed
Update tutorial on the fact that backslash commands are no longer listed in
psql's startup banner.
1 parent c43d26c commit 40ee42b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/start.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.50 2009/06/17 21:58:49 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.51 2009/12/19 02:34:17 alvherre Exp $ -->
22

33
<chapter id="tutorial-start">
44
<title>Getting Started</title>
@@ -384,8 +384,8 @@ mydb=#
384384
<para>
385385
The <command>psql</command> program has a number of internal
386386
commands that are not SQL commands. They begin with the backslash
387-
character, <quote><literal>\</literal></quote>. Some of these
388-
commands were listed in the welcome message. For example,
387+
character, <quote><literal>\</literal></quote>.
388+
For example,
389389
you can get help on the syntax of various
390390
<productname>PostgreSQL</productname> <acronym>SQL</acronym>
391391
commands by typing:

0 commit comments

Comments
 (0)