PostgreSQL 扩展开发基础教程

搭建基础结构

 

安装扩展

sudo apt-get install postgresql-contrib
createdb stu
psql stu
create extension pg_buffercache;

解决方案: sudo chown postgresql.po

 

posted on 2019-01-13 19:52  Pusteblume2018  阅读(522)  评论(0编辑  收藏  举报

导航