File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.16 1999/11/05 15:44:56 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.17 1999/11/05 18:21:08 momjian Exp $
33Postgres documentation
44-->
55
@@ -133,11 +133,11 @@ Postgres documentation
133133$ <userinput>psql testdb</userinput>
134134Welcome to psql, the PostgreSQL interactive terminal.
135135
136- Type \copyright for distribution terms
137- \h for help with SQL commands
138- \? for help on internal slash commands
139- \g or terminate with semicolon to execute query
140- \q to quit
136+ Type: \copyright for distribution terms
137+ \h for help with SQL commands
138+ \? for help on internal slash commands
139+ \g or terminate with semicolon to execute query
140+ \q to quit
141141
142142testdb=>
143143 </programlisting>
Original file line number Diff line number Diff line change @@ -177,15 +177,15 @@ main(int argc, char **argv)
177177
178178 if (!GetVariable (settings .vars , "quiet" ) && !settings .notty && !options .action )
179179 {
180- puts ("Welcome to psql, the PostgreSQL interactive terminal.\n\n " );
180+ puts ("Welcome to psql, the PostgreSQL interactive terminal.\n" );
181181
182182 //showVersion(&settings, false);
183183
184- puts ("Type \\copyright for distribution terms\n"
185- " \\h for help with SQL commands\n"
186- " \\? for help on internal slash commands\n"
187- " \\g or terminate with semicolon to execute query\n"
188- " \\q to quit\n" );
184+ puts ("Type: \\copyright for distribution terms\n"
185+ " \\h for help with SQL commands\n"
186+ " \\? for help on internal slash commands\n"
187+ " \\g or terminate with semicolon to execute query\n"
188+ " \\q to quit\n" );
189189 }
190190
191191 process_psqlrc (& settings );
You can’t perform that action at this time.
0 commit comments