Skip to content

Commit

Permalink
Add different default template to fix locale potential errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed Apr 13, 2021
1 parent a47fb02 commit 9ad1eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/qgis/database/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ CREATE DATABASE #dbname_qgis
TABLESPACE = pg_default
LC_COLLATE = 'fr_FR.UTF-8'
LC_CTYPE = 'fr_FR.UTF-8'
CONNECTION LIMIT = -1;
CONNECTION LIMIT = -1
TEMPLATE = template0;

\connect #dbname_qgis;

Expand Down

0 comments on commit 9ad1eda

Please sign in to comment.