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

I would like to know how to load postgres.so properly with the
new .tcl style configuration file. Would anyone please gimme some
advice or post their .tcl, the postgres.so part?

Thanks in advance.

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