Re: [SQL] Documentation Generator for pl/pgsql

2006-06-29 Thread Jonah H. Harris
On 6/29/06, Daniel Caune <[EMAIL PROTECTED]> wrote: Are you aware of any documentation generator for PL/PgSQL? I have one somewhere... will have to find it though. I've used the PL/SQL one before, but I don't think it worked for PL/pgSQL for some reason. -- Jonah H. Harris, Software Architec

[SQL] Documentation Generator for pl/pgsql

2006-06-29 Thread Daniel Caune
Hi,   Are you aware of any documentation generator for PL/PgSQL?  I’m used to write function documentation using a javadoc style.  I’m aware of a tool plsqldoc that generated documentation for PL/SQL code, whose syntax is closed to PL/PgSQL.  Does someone use this tool for PL/PgSQL?   T