]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/copy.h
Translation updates, some messages tweaked.
[postgresql] / src / bin / psql / copy.h
index e25dfa9b6b76efc76d87f57748eb5b1ce4011632..c22146707ae099453baba9413464057c9e84b11a 100644 (file)
@@ -3,14 +3,14 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.8 2000/02/21 19:40:42 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.11 2001/10/28 06:25:58 momjian Exp $
  */
 #ifndef COPY_H
 #define COPY_H
 
 #include "libpq-fe.h"
 
-extern bool copy_state;
+extern bool copy_in_state;
 
 /* handler for \copy */
 bool           do_copy(const char *args);