eicu安装代码

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

Like (0)
Donate 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
xujunzju的头像xujunzju管理者
Previous 2025年7月8日 11:55
Next 2023年7月12日 07:53

相关推荐

发表回复

Please Login to Comment
联系我们
邮箱:
xujunzju@gmail.com
公众号:
xujunzju6174
捐赠本站
捐赠本站
SHARE
TOP