We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4034a1f commit acfa0feCopy full SHA for acfa0fe
postgres/scripts/load.sh
@@ -63,7 +63,7 @@ fi
63
64
if [ "${PG_LOAD_TO_DB}x" = "loadx" ]; then
65
/usr/bin/dropdb --if-exists $PG_DB_NAME -U $PG_USER -p $PG_PORT
66
- /usr/bin/createdb $PG_DB_NAME -U $PG_USER -p $PG_PORT --template template0 -l "C"
+ /usr/bin/createdb $PG_DB_NAME -U $PG_USER -p $PG_PORT --template template0 --locale "POSIX"
67
/usr/bin/psql -d $PG_DB_NAME -U $PG_USER -p $PG_PORT -a -f schema.sql
68
(cat snb-load.sql | sed "s|PATHVAR|$PG_CSV_DIR|g"; echo "\q\n") | /usr/bin/psql -d $PG_DB_NAME -U $PG_USER -p $PG_PORT
69
/usr/bin/psql -d $PG_DB_NAME -U $PG_USER -p $PG_PORT -a -f schema_constraints.sql
0 commit comments