PLDOC for PostgreSQL? - Mailing list pgsql-novice

From Lasma Sietinsone
Subject PLDOC for PostgreSQL?
Date
Msg-id CAPxpS=buCNabC15BMMLKYNCwN2v8HjQWTqcP8=t-suUhJbiVvA@mail.gmail.com
Whole thread Raw
List pgsql-novice
Hi all,

I am working on stored procedures in PL/PGSQL and I have a lot of embedded documentation such as summary, parameter descriptions, test examples, author, date info, notes, TODOs etc.

I was wondering if there was a tool similar to Oracle's PLDOC that would allow to auto-generate html documentation for stored procedures? It could be as simple as parsing a bunch of SQL files or more complex utility that would scan a database.

I am familiar with postgresql_autodoc but it doesn't quite do what I am looking for. I am looking for something that has similar text parsing capabilities ar doxygen but no need for class hierarchies, recursion or diagrams. Please share your experience.

Thanks,

Lasma

pgsql-novice by date:

Previous
From: Christian Hammers
Date:
Subject: Re: "SHOW GRANTS FOR username" or why \z is not enough for me
Next
From: DrYSG
Date:
Subject: IN Operator query