python环境安装postgres需要注意事项
报错
需要加上
echo “CREATE EXTENSION IF NOT EXISTS LTREE;” >> /tmp/init.sql
echo “CREATE EXTENSION IF NOT EXISTS LTREE;” >> /tmp/init_db.sql
注意要加上
yum install postgresql-devel
yum install postgresql-contrib
python环境安装postgres需要注意事项
报错
需要加上
echo “CREATE EXTENSION IF NOT EXISTS LTREE;” >> /tmp/init.sql
echo “CREATE EXTENSION IF NOT EXISTS LTREE;” >> /tmp/init_db.sql
注意要加上
yum install postgresql-devel
yum install postgresql-contrib