diff options
author | Peter Eisentraut | 2011-07-05 19:32:12 +0000 |
---|---|---|
committer | Peter Eisentraut | 2011-07-05 19:41:14 +0000 |
commit | 76dfcb942f37ebd6999c711d0e887ac42d6f138a (patch) | |
tree | 0e49507e5d3b96d32a57908b62fc79e2a9f47d86 | |
parent | 52a4255055f2f50c7f20917a47e2da04b8068fd6 (diff) |
Postgres -> PostgreSQL in error message
-rw-r--r-- | contrib/pg_upgrade/controldata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/controldata.c b/contrib/pg_upgrade/controldata.c index 25ee81f2a0..8e0db7750f 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 |