From 7395d9ab4ee292395f34a616f334851f4dd89d4c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Oct 1999 05:36:58 +0000 Subject: Update display of debug levels. --- src/backend/tcop/postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 8355287f97c..8358e116980 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.133 1999/10/08 05:27:14 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.134 1999/10/08 05:36:58 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -858,7 +858,7 @@ usage(char *progname) fprintf(stderr, "\t-S kbytes\tset amount of memory for sorts (in kbytes)\n"); fprintf(stderr, "\t-T options\tspecify pg_options\n"); fprintf(stderr, "\t-W sec\t\twait N seconds to allow attach from a debugger\n"); - fprintf(stderr, "\t-d [1|2|3]\tset debug level\n"); + fprintf(stderr, "\t-d [1-5]\tset debug level\n"); fprintf(stderr, "\t-e \t\tturn on European date format\n"); fprintf(stderr, "\t-f [s|i|n|m|h]\tforbid use of some plan types\n"); 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[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.133 $ $Date: 1999/10/08 05:27:14 $\n"); + puts("$Revision: 1.134 $ $Date: 1999/10/08 05:36:58 $\n"); } /* -- cgit v1.2.3