From ec4ca05c12127ebcbbf91c17d05a0f9a2d794199 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Feb 1997 03:11:33 +0000 Subject: [PATCH] Fix \? syntax for copy command. --- src/bin/psql/psql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index e71fbe54e7..7f24005ce1 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.55 1997/01/26 17:27:32 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.56 1997/02/11 03:11:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -147,7 +147,7 @@ slashUsage(PsqlSettings * ps) fprintf(stderr, " \\a -- toggle field-alignment (currenty %s)\n", on(ps->opt.align)); fprintf(stderr, " \\C [] -- set html3 caption (currently '%s')\n", ps->opt.caption ? ps->opt.caption : ""); fprintf(stderr, " \\connect -- connect to new database (currently '%s')\n", PQdb(ps->db)); - fprintf(stderr, " \\copy { to | from
}\n"); + fprintf(stderr, " \\copy table {from | to} \n"); fprintf(stderr, " \\d [
] -- list tables in database or columns in
, * for all\n"); fprintf(stderr, " \\e [] -- edit the current query buffer or , \\E execute too\n"); fprintf(stderr, " \\f [] -- change field separater (currently '%s')\n", ps->opt.fieldSep); -- 2.40.0