aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-06-08 23:53:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-06-08 23:53:48 +0000
commit0acd843c05e87898e90c579479a6660ad89836a8 (patch)
tree267abc3224826688d4cb4ed0c8a12e35163d274e /src/bin/psql/common.c
parent959dc927d37b97df83de0efc29d6c8de9e1ad276 (diff)
downloadpostgresql-0acd843c05e87898e90c579479a6660ad89836a8.tar.gz
postgresql-0acd843c05e87898e90c579479a6660ad89836a8.zip
Finish German translation, edit (original) messages a bit.
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r--src/bin/psql/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c
index 941a3b83f8a..ed3980bfb43 100644
--- a/src/bin/psql/common.c
+++ b/src/bin/psql/common.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.33 2001/06/02 18:25:18 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.34 2001/06/08 23:53:48 petere Exp $
*/
#include "postgres_fe.h"
@@ -528,7 +528,7 @@ SendQuery(const char *query)
/* check for asynchronous notification returns */
while ((notify = PQnotifies(pset.db)) != NULL)
{
- fprintf(pset.queryFout, gettext("Asynchronous NOTIFY '%s' from backend with pid '%d' received.\n"),
+ fprintf(pset.queryFout, gettext("Asynchronous NOTIFY '%s' from backend with pid %d received.\n"),
notify->relname, notify->be_pid);
free(notify);
fflush(pset.queryFout);