|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.14 1999/11/04 22:07:56 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.15 1999/11/05 00:57:39 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -132,12 +132,12 @@ Postgres documentation |
132 | 132 | <programlisting> |
133 | 133 | $ <userinput>psql testdb</userinput> |
134 | 134 | Welcome to psql, the PostgreSQL interactive terminal. |
135 | | -(Please type\copyrightto see thedistribution terms of PostgreSQL.) |
136 | | - |
137 | | -Type \h for helpwith SQLcommands, |
138 | | - \? for help on internal slash commands, |
139 | | - \q to quit, |
140 | | - \g or terminate with semicolon to execute query. |
| 135 | +Type\copyrightfordistribution terms |
| 136 | + \h for help with SQL commands |
| 137 | + \? for helpon internal slashcommands |
| 138 | + \g or terminate with semicolon to execute query |
| 139 | + \q to quit |
| 140 | + |
141 | 141 | testdb=> |
142 | 142 | </programlisting> |
143 | 143 | </para> |
|