Skip to content

Commit

Permalink
Merge pull request #4327 from hopperj/issue_4326_make_bulk_data
Browse files Browse the repository at this point in the history
Issue #4326
  • Loading branch information
mlissner committed Aug 21, 2024
2 parents 78c6e9a + d3d09f0 commit 0ecfca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_bulk_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ declare -a lst="$group"
cat >> "$OUT" <<- EOF
echo "Loading ${lst[2]} to database"
psql --command \
"COPY public.${lst[0]} ${lst[1]} FROM '\$BULK_DIR/${lst[2]}' WITH (FORMAT csv, ENCODING utf8, QUOTE \'\`\', HEADER)" \
"\COPY public.${lst[0]} ${lst[1]} FROM '\$BULK_DIR/${lst[2]}' WITH (FORMAT csv, ENCODING utf8, QUOTE \'\`\', HEADER)" \
--host "\$BULK_DB_HOST" \
--username "\$BULK_DB_USER" \
--dbname "\$BULK_DB_NAME"
Expand Down

0 comments on commit 0ecfca5

Please sign in to comment.