Instalação do PostgreSQL no FreeBSD

Instalação do PostgreSQL 8.2 no FreeBSD

1 – cd /usr/ports/databases/postgresql82-server
2 – make install clean
3 – Selecionei as opções: NLS, OPTIMIZED_CFLAGS e DEBUG
4 – habilitei no rc.conf:
postgresql_enable=”YES”
5 – /usr/local/etc/rc.d/postgresql initdb
6 – /usr/local/etc/rc.d/postgresql start

Att,
Fabricio Boaventura na lista pgbr-geral.