summaryrefslogtreecommitdiff
path: root/src/bin/psql
diff options
context:
space:
mode:
authorBruce Momjian1999-10-29 23:52:22 +0000
committerBruce Momjian1999-10-29 23:52:22 +0000
commit60f3e6b3a5332fe45fc52420c4fe7a70ad137182 (patch)
tree2ed1314184f4bf034486d4eb006f21770dfcda29 /src/bin/psql
parentba1714b654b00bf205286922e041c11d7d840f02 (diff)
Make USING in COPY optional.
Diffstat (limited to 'src/bin/psql')
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index 57bba445673..0d4bc1c6873 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.79 1999/10/27 16:33:45 momjian Exp $
+ * $Id: psqlHelp.h,v 1.80 1999/10/29 23:52:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -69,7 +69,7 @@ static struct _helpStruct QL_HELP[] = {
"copy data to and from a table",
"\
\tCOPY [BINARY] table_name [WITH OIDS]\n\
-\tTO|FROM filename|STDIN|STDOUT [USING DELIMITERS 'delim'];"},
+\tTO|FROM filename|STDIN|STDOUT [ [USING] DELIMITERS 'delim'];"},
{"create",
"Please be more specific:",
"\