Tag: PostgreSQL

  • Install PostgreSQL from Source on RHEL/CentOS

    PostgreSQL, as we know is an Open Source RDBMS. Since I am not that much into Database, I don’t know how it compares with MySQL.My focus on this post is on how to install it on a Linux server. Lets start with it Download source-code. First step will be to download the source-code from its official site. Choose…

  • MacOS 源码编译安装 PostgreSQL

    如果是从 git 仓库 checkout 出的源码,还需要额外安装下面两个包: Debian 下通过下面命令安装编译需要的软件包: 修改防火墙配置,放行 5432 端口的访问。 正式数据库服务器的 postgres 用户会有自己的 HOME 目录,可以通过下面命令启动 Mac OSX 下启动命令要去掉 sudo 的 -i 参数。