|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.40 1996/12/2617:52:46 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.41 1996/12/2620:56:40 bryanh Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -144,7 +144,7 @@ slashUsage(PsqlSettings * ps)
|
144 | 144 | fprintf(stderr," \\a -- toggle field-alignment (currenty %s)\n",on(ps->opt.align));
|
145 | 145 | fprintf(stderr," \\C [<captn>] -- set html3 caption (currently '%s')\n",ps->opt.caption ?ps->opt.caption :"");
|
146 | 146 | fprintf(stderr," \\connect <dbname> -- connect to new database (currently '%s')\n",PQdb(ps->db));
|
147 |
| -fprintf(stderr," \\copy<dbname> -- copy table to/froma file\n"); |
| 147 | +fprintf(stderr," \\copy{<table> to <file> | <file>from<table>}\n"); |
148 | 148 | fprintf(stderr," \\d [<table>] -- list tables in database or columns in <table>, * for all\n");
|
149 | 149 | fprintf(stderr," \\e [<fname>] -- edit the current query buffer or <fname>, \\E execute too\n");
|
150 | 150 | fprintf(stderr," \\f [<sep>] -- change field separater (currently '%s')\n",ps->opt.fieldSep);
|
|