标签:xxx odi 修改 post 支持 enc 站点 lsp psql
1
|
sudo -s -u postgres
|
修改密码
1
|
alter user postgres with password ‘foobar‘;
|
创建数据库
1
|
createdb--encoding=UTF8 --owner=foo --template=template_postgis -Ufoo
|
标签:xxx odi 修改 post 支持 enc 站点 lsp psql
原文地址:https://www.cnblogs.com/LearnFromNow/p/9345420.html