We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^
mimic=# \set ON_ERROR_STOP 1 mimic=# \set mimic_data_dir 'F:/mimic-iii-clinical-database-1.4' mimic=# \i F:/PostgreSQL_scripts/postgres_load_data_7zip.sql psql:F:/PostgreSQL_scripts/postgres_load_data_7zip.sql:31: 错误: 关系 "admissions" 不存在
ERROR: 管道正在被关闭。 psql:F:/PostgreSQL_scripts/postgres_load_data_7zip.sql:31: 错误: 7z e -so ADMISSIONS.csv.gz: 子进程已退出, 退出码为 2 mimic=# 7z mimic-# \set mimic_data_dir 'F:/TEMP' mimic-# \i F:/PostgreSQL_scripts/postgres_load_data.sql psql:F:/PostgreSQL_scripts/postgres_load_data.sql:31: 错误: 关系 "admissions" 不存在
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mimic=# \set ON_ERROR_STOP 1
mimic=# \set mimic_data_dir 'F:/mimic-iii-clinical-database-1.4'
mimic=# \i F:/PostgreSQL_scripts/postgres_load_data_7zip.sql
psql:F:/PostgreSQL_scripts/postgres_load_data_7zip.sql:31: 错误: 关系 "admissions" 不存在
ERROR: 管道正在被关闭。
psql:F:/PostgreSQL_scripts/postgres_load_data_7zip.sql:31: 错误: 7z e -so ADMISSIONS.csv.gz: 子进程已退出, 退出码为 2
mimic=# 7z
mimic-# \set mimic_data_dir 'F:/TEMP'
mimic-# \i F:/PostgreSQL_scripts/postgres_load_data.sql
psql:F:/PostgreSQL_scripts/postgres_load_data.sql:31: 错误: 关系 "admissions" 不存在
The text was updated successfully, but these errors were encountered: