vsbace commented on issue #1929: URL: https://github.com/apache/cloudberry/issues/1929#issuecomment-5453088991
> Thanks — UTF-8 on both the database and the OS side is good news. > > One small thing: that `locale` output is from the `root` shell, but `analyzedb` runs as `gpadmin`. Could you post `sudo -iu gpadmin locale` as well? `analyzedb` writes its state and report files using the locale encoding of the account it runs under, and those files contain the table names, so that is the one that matters here. > > And whenever you get a chance — with [#1938](https://github.com/apache/cloudberry/pull/1938) applied, what does `analyzedb -d dwh -p 10` do now? `gpadmin@qc1:~$ id uid=999(gpadmin) gid=999(gpadmin) groups=999(gpadmin),27(sudo),42(shadow) gpadmin@qc1:~$ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
