We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent976b06c commit973137dCopy full SHA for 973137d
src/bin/pg_upgrade/check.c
@@ -1124,10 +1124,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
1124
fclose(script);
1125
pg_log(PG_REPORT,"fatal");
1126
pg_fatal("Your installation contains user-defined objects that refer to internal\n"
1127
-"polymorphic functions with arguments of type'anyarray' or'anyelement'.\n"
+"polymorphic functions with arguments of type\"anyarray\" or\"anyelement\".\n"
1128
"These user-defined objects must be dropped before upgrading and restored\n"
1129
"afterwards, changing them to refer to the new corresponding functions with\n"
1130
-"arguments of type'anycompatiblearray' and'anycompatible'.\n"
+"arguments of type\"anycompatiblearray\" and\"anycompatible\".\n"
1131
"A list of the problematic objects is in the file:\n"
1132
" %s",output_path);
1133
}