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 c50624c commit 9f6f1f9Copy full SHA for 9f6f1f9
src/backend/commands/collationcmds.c
@@ -577,7 +577,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
577
* We use uloc_countAvailable()/uloc_getAvailable() rather than
578
* ucol_countAvailable()/ucol_getAvailable(). The former returns a full
579
* set of language+region combinations, whereas the latter only returns
580
- * language+region combinations of they are distinct from the language's
+ * language+region combinations if they are distinct from the language's
581
* base collation. So there might not be a de-DE or en-GB, which would be
582
* confusing.
583
*/
0 commit comments