Skip to content

fix(mimic-iv): quote mimic_data_dir in uncompressed load.sql#2111

Open
acnimma wants to merge 1 commit into
MIT-LCP:mainfrom
acnimma:fix/iv-postgres-quote-cd-load-sql
Open

fix(mimic-iv): quote mimic_data_dir in uncompressed load.sql#2111
acnimma wants to merge 1 commit into
MIT-LCP:mainfrom
acnimma:fix/iv-postgres-quote-cd-load-sql

Conversation

@acnimma

@acnimma acnimma commented Jul 19, 2026

Copy link
Copy Markdown

Summary

  • Use \cd :''mimic_data_dir'' in mimic-iv/.../load.sql

Test plan

  • Uncompressed load with a spaced datadir path succeeds

The uncompressed IV load.sql still used unquoted \cd :mimic_data_dir. Apply the same psql quoted-variable form used for space-safe datadir handling.

Uncompressed load.sql still used unquoted \cd :mimic_data_dir, which breaks
on paths with spaces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant