Here are the steps to enable postgresql 8.3 on OpenSolaris 2008-11.
* Install all the 8.3 relate package with Package Manager.
* Enable the service:
svcadm enable postgresql_83:default_32bit
* Connect to database:
psql -U postgres postgres
List Service Status
svcs -a | grep postgres