Hi guys,
I've received this warning with the note to forward it to this address so
I am writing you.
"warning: Could not determine encoding for locale "en_US-UTF-8" codeset is
"646"
I've init the DB with the following command, perhaps is this the cause? (I
would like to SE UTF-8 as codeset)
initdb --pgdata=/var/postgresql/data -E 'UTF-8' --lc-collate='en_US-UTF-8'
--lc-ctype='en_US-UTF-8'
Btw I've done is before on test env and I haven't see this error on
"create database"
Thank you.
Best Regards,
Davide