pg_extractor
pg_extractor copied to clipboard
Add PROCEDURE object type
@keithf4 Would you please add procedure type?
@denishpatel Apologies for the delay on this. Initial attempt at supporting this is in PR #54 if you wouldn't mind testing it out. Mostly looking to see if overloaded procedure support works as expected.
@denishpatel have you had a chance to review the PR at all?
@keithf4 worked for me. Just what I needed, thanks!
@keithf4 sorry, i haven't got chance to test but thanks for adding the functionality. @xvaara thanks for testing.
@sshellmann You might want to pull this change to extract stored procedures out of postgres using ddl script.
I have merged in the PR to add procedure support