Forum OpenACS Development: Response to OpenACS4.x/Postgres7.x installation guide

Change the query:
"select email from cc_users where rownum = 1"
to:
"select email from cc_users limit 1"