Change message to _the_ administrator. There is only one administrative
authorBruce Momjian
Mon, 26 Mar 2001 16:59:38 +0000 (16:59 +0000)
committerBruce Momjian
Mon, 26 Mar 2001 16:59:38 +0000 (16:59 +0000)
account.

This connection has been terminated by the administrator.

src/backend/tcop/postgres.c

index a98bbc9324e015381ee721c150630615b25c48c4..08c2ea1c5718b4039f0e6da537945997942fa48f 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.215 2001/03/23 18:26:01 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.216 2001/03/26 16:59:38 momjian Exp $
  *
  * NOTES
  *   this is the "main" module of the postgres backend and
@@ -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");
    }
 
    /*