2017年12月14日

postgresql常用操作

摘要: 数据库启动、关闭、重启 使用pg_ctl,启动、关闭、重启分别对应start、stop、restart 例如:pg_ctl -D /data/lilei/postgresql/data 其中-D意为数据文件目录 修改远程访问 在postgresql数据文件目录,有两个配置文件:pg_hba.conf 阅读全文

posted @ 2017-12-14 15:23 李雷 阅读(266) 评论(0) 推荐(0)

导航