Warning: fopen(temp_ip/count/38.107.191.86): failed to open stream: No space left on device in /home/httpd/vhosts/432.tw/httpdocs/banip.php on line 10
安裝指導

Chapter 1. 安裝指導

Table of Contents
1.1. 簡版
1.2. 要求
1.3. 獲取源碼
1.4. 如果你是在升級
1.5. 安裝過程
1.6. 安裝後設定
1.6.1. 共享庫
1.6.2. 環境變數
1.7. 支援的平台

這裡 chapter 的資訊描述從來源碼發佈安裝 PostgreSQL

1.1. 簡版

./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

全版是本章餘下部分. chapter.