8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a4255 commit 76dfcb9Copy full SHA for 76dfcb9
contrib/pg_upgrade/controldata.c
@@ -140,8 +140,8 @@ get_control_data(ClusterInfo *cluster, bool live_check)
140
if (!isascii(*p))
141
pg_log(PG_FATAL,
142
"The 8.3 cluster's pg_controldata is incapable of outputting ASCII, even\n"
143
- "with LANG=C. You must upgrade this cluster to a newer version of Postgres\n"
144
- "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");
145
}
146
#endif
147
0 commit comments