function-body-postgresql.xql
DB Query file
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
<?xml version="1.0"?>
<queryset>
<rdbms><type>postgresql</type><version>7.1</version></rdbms>
<fullquery name="function_body">
<querytext>
select
proname as function_name, prosrc as function_src
from
pg_proc
where
oid = :oid
</querytext>
</fullquery>
</queryset>