mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
pg_upgrade: Fix typo in message
This commit is contained in:
parent
222e11a10a
commit
a9d6c38684
@ -135,7 +135,7 @@ static DataTypesUsageChecks data_types_usage_checks[] =
|
|||||||
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
|
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
|
||||||
.report_text =
|
.report_text =
|
||||||
gettext_noop("Your installation contains the \"line\" data type in user tables.\n"
|
gettext_noop("Your installation contains the \"line\" data type in user tables.\n"
|
||||||
"this data type changed its internal and input/output format\n"
|
"This data type changed its internal and input/output format\n"
|
||||||
"between your old and new versions so this\n"
|
"between your old and new versions so this\n"
|
||||||
"cluster cannot currently be upgraded. You can\n"
|
"cluster cannot currently be upgraded. You can\n"
|
||||||
"drop the problem columns and restart the upgrade.\n"),
|
"drop the problem columns and restart the upgrade.\n"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user