PostgreSQL Debian 安装
postgres 有官方提供的源 https://www.postgresql.org/download/linux/debian/。以 Debian 7 为例,在 /etc/apt/source.list 文件中添加
deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
安装
aptitude install postgresql
aptitude …
postgres 有官方提供的源 https://www.postgresql.org/download/linux/debian/。以 Debian 7 为例,在 /etc/apt/source.list 文件中添加
deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
安装
aptitude install postgresql
aptitude …