diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-03 16:03:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-03 16:03:27 +0000 |
commit | d66a8c7c4786c57d6bcff987e00aeb71238ea9a4 (patch) | |
tree | 0ebb4f1af5b23e504c509f4f1a5b3d28b06a0a19 /contrib/pg_dumplo/main.c | |
parent | efcff3da16a7337abb158db17c4c91e779e84255 (diff) | |
download | postgresql-d66a8c7c4786c57d6bcff987e00aeb71238ea9a4.tar.gz postgresql-d66a8c7c4786c57d6bcff987e00aeb71238ea9a4.zip |
Very small changes in the contrib's pg_dumplo in the attache.
And:
Note, Bruce I found in the contrib tree any files that we forget
remove during contrib cleaning. Please remove these files:
contrib/lo/test.sql
contrib/pg_dumplo/Makefile.out
contrib/pgbench/pgbench_jis.doc
contrib/spi/new_example.example
contrib/spi/README.MAX
Thanks.
Karel
Diffstat (limited to 'contrib/pg_dumplo/main.c')
-rw-r--r-- | contrib/pg_dumplo/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_dumplo/main.c b/contrib/pg_dumplo/main.c index eafaed8c657..d9bdf9eb446 100644 --- a/contrib/pg_dumplo/main.c +++ b/contrib/pg_dumplo/main.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1999-2000, PostgreSQL, Inc * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.2 2000/06/19 13:54:01 momjian Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.3 2000/07/03 16:03:22 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- @@ -85,6 +85,7 @@ main(int argc, char **argv) { "host", required_argument, 0, 'h' }, { "space", required_argument, 0, 's' }, { "import", no_argument, 0, 'i' }, + { "export", no_argument, 0, 'e' }, { "remove", no_argument, 0, 'r' }, { "quiet", no_argument, 0, 'q' }, { "all", no_argument, 0, 'a' }, |