File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.55 1997/01/26 17:27:32 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.56 1997/02/11 03:11:33 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -147,7 +147,7 @@ slashUsage(PsqlSettings * ps)
147
147
fprintf (stderr , " \\a -- toggle field-alignment (currenty %s)\n" , on (ps -> opt .align ));
148
148
fprintf (stderr , " \\C [<captn>] -- set html3 caption (currently '%s')\n" , ps -> opt .caption ? ps -> opt .caption : "" );
149
149
fprintf (stderr , " \\connect <dbname> -- connect to new database (currently '%s')\n" , PQdb (ps -> db ));
150
- fprintf (stderr , " \\copy {< table> to <file> | <file> from <table>} \n" );
150
+ fprintf (stderr , " \\copy table {from | to} <fname> \n" );
151
151
fprintf (stderr , " \\d [<table>] -- list tables in database or columns in <table>, * for all\n" );
152
152
fprintf (stderr , " \\e [<fname>] -- edit the current query buffer or <fname>, \\E execute too\n" );
153
153
fprintf (stderr , " \\f [<sep>] -- change field separater (currently '%s')\n" , ps -> opt .fieldSep );
You can’t perform that action at this time.
0 commit comments