Postgresql数据库的恢复(Console)

1. 将Postgresql的bin目录加入你环境变量的path路径html     2. psql -U postgres -c "CREATE DATABASE postgis_sample OWNER postgres TEMPLATE template_postgis ENCODING 'UTF8';"     postgis_sample是你的数据库名字sql   3. psql -d
相关文章
相关标签/搜索