function-body.tcl
This is file /www/doc/schema-browser/function-body.tcl. Currently it only handles Postgres function bodies, and is called on to expand function bodies referenced by triggers.
- Location:
- /packages/schema-browser/www/function-body.tcl
- Author:
- Don Baccus <dhogaza@pacifier.com>
- Created:
- September, 2001
Related Files
- packages/schema-browser/www/function-body.tcl
- packages/schema-browser/www/function-body.adp
- packages/schema-browser/www/function-body-postgresql.xql
[ hide source ] | [ make this the default ]
File Contents
ad_page_contract { This is file /www/doc/schema-browser/function-body.tcl. Currently it only handles Postgres function bodies, and is called on to expand function bodies referenced by triggers. @param oid The oid of the pg_proc entry @author Don Baccus (dhogaza@pacifier.com) @creation-date September, 2001 } { oid:notnull,integer } set function_src "cannot obtain function body for oid $oid" set function_name "cannot obtain function name for oid $oid" db_0or1row function_body "" set context [list "Trigger: $function_name"] set page_title "Trigger: $function_name"