¾�ΥС�������ʸ�� �� 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9.6 | 9.5 | 9.4 | 9.3 | 9.2 | 9.1 | 9.0 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2

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. ���ݡ��Ȥ����ץ�åȥե�����

���ξϤǤϡ�����ʪ�Υ����������ɤ���Ѥ��� 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

���ξϤλĤ�Ǿܺ٤ʼ��򼨤��ޤ���