2018年03月23日 postgres 笔记 1.postgres 数据库存放位置 centos 7下默认 var\lib\pgsql\data 2.配置postgressql 远程访问 2.1 修改data 目录下 pg_hba.conf 加入 host all all 0.0.0.0/24 md5 2.2 修改