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 parentbb30410 commit9293589Copy full SHA for 9293589
src/bin/pg_upgrade/check.c
@@ -1094,10 +1094,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
1094
fclose(script);
1095
pg_log(PG_REPORT,"fatal\n");
1096
pg_fatal("Your installation contains user-defined objects that refer to internal\n"
1097
-"polymorphic functions with arguments of type'anyarray' or'anyelement'.\n"
+"polymorphic functions with arguments of type\"anyarray\" or\"anyelement\".\n"
1098
"These user-defined objects must be dropped before upgrading and restored\n"
1099
"afterwards, changing them to refer to the new corresponding functions with\n"
1100
-"arguments of type'anycompatiblearray' and'anycompatible'.\n"
+"arguments of type\"anycompatiblearray\" and\"anycompatible\".\n"
1101
"A list of the problematic objects is in the file:\n"
1102
" %s\n\n",output_path);
1103
}