连接至postgres:psql -h 127.0.0.1 -d postgres -U postgres 先创建数据库及用户(在sql文件中) 切换数据库:\c vcm 执行脚本:\i path\initialize.sql