diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-22 20:57:21 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-22 20:57:21 +0000 |
commit | 2972fd5d838c511d6d1676bacc41e243d1e46635 (patch) | |
tree | b7babc9177db5058edfb547df847d50b1df5b170 /src/bin/psql/command.c | |
parent | 3503f19eeb812d7d7bbc25de25376c3a46f52257 (diff) | |
download | postgresql-2972fd5d838c511d6d1676bacc41e243d1e46635.tar.gz postgresql-2972fd5d838c511d6d1676bacc41e243d1e46635.zip |
Translation updates, some messages tweaked.
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index b1e451c704a..32a94bad7f6 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -3,7 +3,7 @@ * * Copyright 2000-2002 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.80 2002/09/04 20:31:35 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.81 2002/09/22 20:57:21 petere Exp $ */ #include "postgres_fe.h" #include "command.h" @@ -455,7 +455,7 @@ exec_command(const char *cmd, { /* set encoding */ if (PQsetClientEncoding(pset.db, encoding) == -1) - psql_error("%s: invalid encoding name or conversion proc not found\n", encoding); + psql_error("%s: invalid encoding name or conversion procedure not found\n", encoding); else { |