Forum OpenACS Q&A: Response to Warning: I'm about to hack OpenACS for Multiple Domains

Okay, procedure definitions, why not. What a pain to figure out what is being used by the db.

  1. Get unix user id of account that logs into the db --> $UID
  2. Then: select proname,prosrc from pg_proc where proowner = '$UID'

I'll try to come up with a few tcl pages to help the browsing.