diff options
Diffstat (limited to 'src/bin/psql/copy.c')
-rw-r--r-- | src/bin/psql/copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 90a9006d2bc..74394d219bf 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.24 2002/09/04 20:31:35 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.25 2002/09/22 20:57:21 petere Exp $ */ #include "postgres_fe.h" #include "copy.h" @@ -316,7 +316,7 @@ do_copy(const char *args) if (S_ISDIR(st.st_mode)) { fclose(copystream); - psql_error("%s: cannot COPY TO/FROM a directory\n", + psql_error("%s: cannot copy from/to a directory\n", options->file); free_copy_options(options); return false; |