diff options
Diffstat (limited to 'src/backend/commands/copy.h')
-rw-r--r-- | src/backend/commands/copy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/copy.h b/src/backend/commands/copy.h index ccd29555626..30b85058528 100644 --- a/src/backend/commands/copy.h +++ b/src/backend/commands/copy.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.1.1.1 1996/07/09 06:21:19 scrappy Exp $ + * $Id: copy.h,v 1.2 1996/08/24 20:48:16 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ #include "postgres.h" -void DoCopy(char *relname, bool binary, bool from, bool pipe, char *filename, +void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename, char *delim); #endif /* COPY_H */ |