Forum OpenACS Q&A: Response to Would anyone plz post a sample .tcl config for loading postgres.so ?

Here is part of one of my configs ... hope it helps

ns_section "ns/db/drivers"

ns_param postgres    nspostgres.so

ns_section "ns/db/pools"

ns_param users "This pool is for the user/groups db"

ns_section "ns/db/pool/users"

ns_param Driver postgres

ns_param User      "postgres"

ns_param Datasource "127.0.0.1:5432:users"

ns_param Connection 10