Ability to show list of functions and their implementation #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note there are functions and trigger functions. Would be nice to see trigger functions from the triggers that use them
Show list of all user defined functions in the database including the SQL to recreate them. Create following parts to achieve this:
PgProc en PgProcContainer catalog already exist
Make QTableViewModel
Make reusable Widget for showing the list and details of a function
Also show this info about trigger function with triggers that call them.
changed the description
changed milestone to %1
mentioned in issue #30
There is a functions page but it requires some work still:
closed