From 0b66ae00ea98cd59b5c00feae4e975ff2c6b3980 Mon Sep 17 00:00:00 2001 From: Taksh Date: Sun, 19 Jul 2026 12:28:47 +0300 Subject: [PATCH] fix: emtpy -> empty in mimic-iv postgres load comments --- mimic-iv/buildmimic/postgres/load_7z.sql | 2 +- mimic-iv/buildmimic/postgres/load_gz.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mimic-iv/buildmimic/postgres/load_7z.sql b/mimic-iv/buildmimic/postgres/load_7z.sql index 5f238bc44..1420626c3 100644 --- a/mimic-iv/buildmimic/postgres/load_7z.sql +++ b/mimic-iv/buildmimic/postgres/load_7z.sql @@ -6,7 +6,7 @@ -- psql "dbname= user=" -v mimic_data_dir= -f load_gz.sql \cd :mimic_data_dir --- making sure that all tables are emtpy and correct encoding is defined -utf8- +-- making sure that all tables are empty and correct encoding is defined -utf8- SET CLIENT_ENCODING TO 'utf8'; -- hosp schema diff --git a/mimic-iv/buildmimic/postgres/load_gz.sql b/mimic-iv/buildmimic/postgres/load_gz.sql index f77ac82fa..75fdf7d43 100644 --- a/mimic-iv/buildmimic/postgres/load_gz.sql +++ b/mimic-iv/buildmimic/postgres/load_gz.sql @@ -6,7 +6,7 @@ -- psql "dbname= user=" -v mimic_data_dir= -f load_gz.sql \cd :mimic_data_dir --- making sure that all tables are emtpy and correct encoding is defined -utf8- +-- making sure that all tables are empty and correct encoding is defined -utf8- SET CLIENT_ENCODING TO 'utf8'; -- hosp schema