autodoc - autodoc: Leonardo Cezar patches: One of them to fix a odd - Mailing list pgsql-committers

From rbt@pgfoundry.org (User Rbt)
Subject autodoc - autodoc: Leonardo Cezar patches: One of them to fix a odd
Date
Msg-id 20080312185019.E492C17ADD53@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Leonardo Cezar patches:

One of them to fix a odd behavior when we had views in schema to
schema to extract some reporter.
Previously we got an error on trying to get statistcs from a view,
since views hasn't stats.

The other one to choose which table(s) we want to collect information
with --table=foo,bar,x ... option.

Although it's functional we still get warning when dealing with table
FKs that weren't selected together; among others gotchas ;-).

Unfortunately I didn't find any mailing lists or forum to treat this
issue neither at pgfoundry nor autodoc's website.
--

FKeys still unfixed.
Statistics portion cleaned up by me.
Virtually no testing of input for comma separated values but oh well.

Will follow with a fix to all the "gotchas"

Modified Files:
--------------
    autodoc:
        postgresql_autodoc.pl (r1.17 -> r1.18)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add for Win32 TODO: > o Diagnose problem where shared memory
Next
From: rbt@pgfoundry.org (User Rbt)
Date:
Subject: autodoc - autodoc: Keep foreign key defaults (0) when referencing a