Skip to content

Commit

Permalink
Correctly configure LC_COLLATE and LC_CTYPE for PostgreSQL 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dne committed Apr 2, 2018
1 parent de47e27 commit 3760c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cats/create_bareos_database.in
Expand Up @@ -107,7 +107,7 @@ case ${db_type} in
# This must be updated for future versions of PostgreSQL
#
case ${PSQLVERSION} in
9.*)
9.*|10.*)
ENCODING="ENCODING 'SQL_ASCII' LC_COLLATE 'C' LC_CTYPE 'C'"
;;
8.[456789])
Expand Down

0 comments on commit 3760c58

Please sign in to comment.