pg_extractor icon indicating copy to clipboard operation
pg_extractor copied to clipboard

Add PROCEDURE object type

Open denishpatel opened this issue 5 years ago • 5 comments

@keithf4 Would you please add procedure type?

denishpatel avatar Sep 30 '20 20:09 denishpatel

@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.

keithf4 avatar May 25 '21 20:05 keithf4

@denishpatel have you had a chance to review the PR at all?

keithf4 avatar Aug 06 '21 13:08 keithf4

@keithf4 worked for me. Just what I needed, thanks!

xvaara avatar Nov 30 '21 10:11 xvaara

@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.

denishpatel avatar Nov 30 '21 14:11 denishpatel

I have merged in the PR to add procedure support

keithf4 avatar Nov 30 '21 14:11 keithf4