Installing PostgreSQL on FreeBSD (with ports)

Posted by user22992 on Server Fault See other posts from Server Fault or by user22992
Published on 2009-10-14T22:02:48Z Indexed on 2010/03/17 15:31 UTC
Read the original article Hit count: 1218

Filed under:
|
|

Hey everyone, I am trying to install (using ports) PostgreSQL on a virtual server, running FreeBSD. My one question is this:

Which of the following should I install?

 postgresql-contrib
 postgresql-docs
 postgresql-jdbc
 postgresql-libpgeasy
 postgresql-libpq++
 postgresql-libpqxx
 postgresql-odbc
 postgresql-pllua
 postgresql-plproxy
 postgresql-plpython
 postgresql-plruby
 postgresql-pltcl
 postgresql-relay
 postgresql-tcltk
 postgresql73-client
 postgresql73-server
 postgresql74-client
 postgresql74-server
 postgresql80-client
 postgresql80-server
 postgresql81-client
 postgresql81-server
 postgresql82-client
 postgresql82-server
 postgresql83-client
 postgresql83-server

Thanks...

© Server Fault or respective owner

Related posts about freebsd

Related posts about postgresql