摘要: 编译安装的 启动数据库:/usr/local/postgresql/bin/pg_ctl -D /data/postgresql -l logfile start 停止数据库:/usr/local/postgresql/bin/pg_ctl -D /data/postgresql stop -m f 阅读全文
posted @ 2023-07-14 10:34 leihongnu 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1、安装依赖 yum install -y readline readline readline-devel zlib zlib-devel 2、下载安装包 https://www.postgresql.org/ftp/source/ 3、上传服务解压 tar -zxvf postgresql-9. 阅读全文
posted @ 2023-07-14 09:44 leihongnu 阅读(31) 评论(0) 推荐(0) 编辑