aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-07-05 22:32:12 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-07-05 22:41:09 +0300
commitc2fe8e70b270ffc8641380e6a16f5824164ce23e (patch)
tree365323296672d04e5227c66b5c81b5d616715aae
parent8b6c89ad13921c7f24e205425f91f6ffda06235a (diff)
downloadpostgresql-c2fe8e70b270ffc8641380e6a16f5824164ce23e.tar.gz
postgresql-c2fe8e70b270ffc8641380e6a16f5824164ce23e.zip
Postgres -> PostgreSQL in error message
-rw-r--r--contrib/pg_upgrade/controldata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/controldata.c b/contrib/pg_upgrade/controldata.c
index 25ee81f2a09..8e0db7750ff 100644
--- a/contrib/pg_upgrade/controldata.c
+++ b/contrib/pg_upgrade/controldata.c
@@ -140,8 +140,8 @@ get_control_data(ClusterInfo *cluster, bool live_check)
if (!isascii(*p))
pg_log(PG_FATAL,
"The 8.3 cluster's pg_controldata is incapable of outputting ASCII, even\n"
- "with LANG=C. You must upgrade this cluster to a newer version of Postgres\n"
- "8.3 to fix this bug. Postgres 8.3.7 and later are known to work properly.\n");
+ "with LANG=C. You must upgrade this cluster to a newer version of PostgreSQL\n"
+ "8.3 to fix this bug. PostgreSQL 8.3.7 and later are known to work properly.\n");
}
#endif