diff options
author | Peter Eisentraut | 2000-01-14 22:18:03 +0000 |
---|---|---|
committer | Peter Eisentraut | 2000-01-14 22:18:03 +0000 |
commit | 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c (patch) | |
tree | 7fdf1a26847ab31eee6ab32fc4d77138040971cf /src/bin/psql/copy.h | |
parent | 4ceb2d0cb619bba2ecbf5d72a10c8fa7ba321366 (diff) |
Fixed psql variables vs array syntax, as well as minor psql enhancements
Diffstat (limited to 'src/bin/psql/copy.h')
-rw-r--r-- | src/bin/psql/copy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h index 6e01c5457d1..840fb27fe12 100644 --- a/src/bin/psql/copy.h +++ b/src/bin/psql/copy.h @@ -8,7 +8,7 @@ /* handler for \copy */ bool - do_copy(const char *args, PsqlSettings *pset); + do_copy(const char *args); /* lower level processors for copy in/out streams */ |