We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f377a76 commit 8c54e80Copy full SHA for 8c54e80
src/bin/initdb/initdb.c
@@ -3705,6 +3705,7 @@ main(int argc, char *argv[])
3705
3706
/* Oracle compatibility: transform uppercase usernames to lowercase. */
3707
if (database_mode == DB_ORACLE && username != NULL
3708
+ && caseswitchmode != NORMAL
3709
&& is_all_upper(username, strlen(username), encodingid))
3710
{
3711
char *lowerusername = username;
0 commit comments