PostgreSQL 扩展开发基础教程

搭建基础结构

安装扩展

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

解决方案: sudo chown postgresql.po

原文地址:https://www.cnblogs.com/Pusteblume/p/10263737.html