|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="tutorial-start"> |
4 | 4 | <title>Getting Started</title> |
@@ -384,8 +384,8 @@ mydb=# |
384 | 384 | <para> |
385 | 385 | The <command>psql</command> program has a number of internal |
386 | 386 | 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, |
389 | 389 | you can get help on the syntax of various |
390 | 390 | <productname>PostgreSQL</productname> <acronym>SQL</acronym> |
391 | 391 | commands by typing: |
|