View Single Post

   
  #3 (permalink)  
Old 04-09-2008, 02:54 PM
jezemine
 
Posts: n/a
Default Re: documentation generator for pgsql


> There are a few others.
>
> http://freshmeat.net/projects/postgresql_autodoc
> http://dbmstools.sourceforge.net/
> http://sqlfairy.sourceforge.net/
>
> are some of the ones with explicit postgresql support I've played
> with in the past. I've had some luck using the ODBC or
> JDBC based ones too.


thanks for the links - good to know. they are ok, but sqlspec is much
more comprehensive.

for example, compare these:
http://www.rbt.ca/autodoc/autodocexample.html
http://dbmstools.sourceforge.net/sam...postgres8.html

to this:
http://www.elsasoft.org/chm/dellstore.zip (chm)
http://www.elsasoft.org/localhost.dellstore (IE)
http://www.elsasoft.org/tabular/localhost.dellstore (non-IE, eg,
firefox)

not to mention that sqlspec supports every other DBMS of
consequence.

Jesse


Reply With Quote