From: Bruce Momjian Date: Mon, 26 Mar 2001 16:59:38 +0000 (+0000) Subject: Change message to _the_ administrator. There is only one administrative X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=61895829fd96ae3a6095623ec53eb73056a6b099;p=users%2Fbernd%2Fpostgres.git Change message to _the_ administrator. There is only one administrative account. This connection has been terminated by the administrator. --- diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 79d372b641..50deadf053 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1037,7 +1037,7 @@ ProcessInterrupts(void) ProcDiePending = false; QueryCancelPending = false; /* ProcDie trumps QueryCancel */ ImmediateInterruptOK = false; /* not idle anymore */ - elog(FATAL, "This connection has been terminated by an administrator"); + elog(FATAL, "This connection has been terminated by the administrator"); } if (QueryCancelPending) { @@ -1703,7 +1703,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.215 $ $Date: 2001/03/23 18:26:01 $\n"); + puts("$Revision: 1.216 $ $Date: 2001/03/26 16:59:38 $\n"); } /*