Re: [GENERAL] Documenting stored procedures and functions

2006-09-27 Thread Jorge Godoy
Jim Nasby <[EMAIL PROTECTED]> writes: > Take a look at http://pgfoundry.org/projects/autodoc/. I believe it uses > comments (ie: COMMENT ON) as well, so you can get some info into that. Hi Jim! Thanks for pointing me to the tool. The correct link to it is http://www.rbt.ca/autodoc/. It might

Re: [GENERAL] Documenting stored procedures and functions

2006-09-27 Thread Jim Nasby
On Sep 26, 2006, at 11:14 PM, Jorge Godoy wrote: I dunno if this is the best list to ask about it, but it sounded "general" enough to me :-) Sorry if I'm on the wrong place. I'd like to know how you're documenting your functions and stored procedures, including their usage, input and outpu

[GENERAL] Documenting stored procedures and functions

2006-09-26 Thread Jorge Godoy
Hi! I dunno if this is the best list to ask about it, but it sounded "general" enough to me :-) Sorry if I'm on the wrong place. I'd like to know how you're documenting your functions and stored procedures, including their usage, input and output types, description, updates/versioning, etc.