psql -U postgres;
CREATE DATABASE eicu OWNER postgres;
\c eicu;
CREATE SCHEMA eicu;
\q
cd /Users/xujun/Downloads/eicu数据库/eicu-code-master/build-db/postgres
ls -ef #查看有哪些文件
psql 'dbname=eicu user=postgres options=--search_path=eicu' -f postgres_create_tables.sql
psql 'dbname=eicu user=postgres options=--search_path=eicu' -f postgres_load_data_gz.sql -v datadir='/Users/xujun/Downloads/eicu数据库/eicu_2.0'
psql 'dbname=eicu user=postgres options=--search_path=eicu' -f postgres_add_indexes.sql
psql 'dbname=eicu user=postgres options=--search_path=eicu' -f postgres_checks.sql
原创文章(本站视频密码:66668888),作者:xujunzju,如若转载,请注明出处:https://zyicu.cn/?p=20686