Skip to content

Commit

Permalink
no custom function defs
Browse files Browse the repository at this point in the history
  • Loading branch information
otan committed Nov 4, 2021
1 parent 5da773c commit 74159c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src-rsr/pg_function_metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ FROM (
ELSE NULL :: text
END AS function_type,

pg_get_functiondef(p.oid) AS function_definition,
--pg_get_functiondef(p.oid)
NULL AS function_definition,

rtn.nspname::text as return_type_schema,
rt.typname::text as return_type_name,
Expand Down

0 comments on commit 74159c2

Please sign in to comment.