|
5 | 5 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | | - * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.37 2010/02/26 04:14:36 momjian Exp $ |
| 8 | + * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.38 2010/06/11 23:58:24 tgl Exp $ |
9 | 9 | * |
10 | 10 | *------------------------------------------------------------------------- |
11 | 11 | */ |
@@ -74,7 +74,7 @@ main(int argc, char *argv[]) |
74 | 74 |
|
75 | 75 | handle_help_version_opts(argc,argv,"vacuumdb",help); |
76 | 76 |
|
77 | | -while ((c=getopt_long(argc,argv,"h:p:U:wWeqd:zaFt:fv",long_options,&optindex))!=-1) |
| 77 | +while ((c=getopt_long(argc,argv,"h:p:U:wWeqd:zZFat:fv",long_options,&optindex))!=-1) |
78 | 78 | { |
79 | 79 | switch (c) |
80 | 80 | { |
|