|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.133 1999/10/08 05:27:14 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.134 1999/10/08 05:36:58 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * this is the "main" module of the postgres backend and
|
@@ -858,7 +858,7 @@ usage(char *progname)
|
858 | 858 | fprintf(stderr,"\t-S kbytes\tset amount of memory for sorts (in kbytes)\n");
|
859 | 859 | fprintf(stderr,"\t-T options\tspecify pg_options\n");
|
860 | 860 | fprintf(stderr,"\t-W sec\t\twait N seconds to allow attach from a debugger\n");
|
861 |
| -fprintf(stderr,"\t-d [1|2|3]\tset debug level\n"); |
| 861 | +fprintf(stderr,"\t-d [1-5]\tset debug level\n"); |
862 | 862 | fprintf(stderr,"\t-e \t\tturn on European date format\n");
|
863 | 863 | fprintf(stderr,"\t-f [s|i|n|m|h]\tforbid use of some plan types\n");
|
864 | 864 | fprintf(stderr,"\t-i \t\tdon't execute queries\n");
|
@@ -1500,7 +1500,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[])
|
1500 | 1500 | if (!IsUnderPostmaster)
|
1501 | 1501 | {
|
1502 | 1502 | puts("\nPOSTGRES backend interactive interface ");
|
1503 |
| -puts("$Revision: 1.133 $ $Date: 1999/10/08 05:27:14 $\n"); |
| 1503 | +puts("$Revision: 1.134 $ $Date: 1999/10/08 05:36:58 $\n"); |
1504 | 1504 | }
|
1505 | 1505 |
|
1506 | 1506 | /*
|
|