On 2021-05-03 7:38 PM, Dan Langille wrote:
On Mon, May 3, 2021, at 6:16 PM, [email protected] wrote:
DETAIL: The chosen LC_CTYPE setting requires encoding "UTF8".
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
$ createdb -E SQL_ASCII -T template0 bacula $ dropdb bacula $ export LC_ALL=C $ createdb -E SQL_ASCII -T template0 bacula $ Works there. I suspect it is something specific to the environment.
I guess freebsd doesn't set LC_CTYPE? Postgres falls back on LC_ALL only if that (and IIRC some *LANG* too) isn't set.
Dima _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
