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 400fc6b commit f5744f1Copy full SHA for f5744f1
src/backend/utils/adt/pg_locale.c
@@ -1609,11 +1609,11 @@ pg_newlocale_from_collation(Oid collid)
1609
{
1610
/*
1611
* This could happen when specifying a version in CREATE
1612
- * COLLATION for a libc locale, or manually creating a mess in
1613
- * the catalogs.
+ * COLLATION but the provider does not support versioning, or
+ * manually creating a mess in the catalogs.
1614
*/
1615
ereport(ERROR,
1616
- (errmsg("collation \"%s\" has no actual version, but a version was specified",
+ (errmsg("collation \"%s\" has no actual version, but a version was recorded",
1617
NameStr(collform->collname))));
1618
}
1619
0 commit comments