From: Alvaro Herrera Date: Sat, 19 Dec 2009 02:34:17 +0000 (+0000) Subject: Update tutorial on the fact that backslash commands are no longer listed in X-Git-Tag: REL8_5_ALPHA3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40ee42b4470055de8d4d80d9bc54315db0157f35;p=postgresql Update tutorial on the fact that backslash commands are no longer listed in psql's startup banner. --- diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 863011a9dd..8adbd6ebf6 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,4 +1,4 @@ - + Getting Started @@ -384,8 +384,8 @@ mydb=# The psql program has a number of internal commands that are not SQL commands. They begin with the backslash - character, \. Some of these - commands were listed in the welcome message. For example, + character, \. + For example, you can get help on the syntax of various PostgreSQL SQL commands by typing: