Forum OpenACS Q&A: Response to bboard search working out-of-the-box in OpenACS 3.2.5?

yes, Don. I'm using 'myweb' on aol server as the aol server name. The database, I named 'mydb' when I created it in postgresql via the createdb command. The two names don't have to be the same, I would think, right?
No, of course they don't have to be the same.

But

localhost::myweb
says "open the databsae myweb on localhost", not "open the database mydb on localhost".

If you want to open mydb running as pgsql user myweb, you need to set your datasource to localhost::mydb and username to myweb in your database pools.