From: | rbt(at)pgfoundry(dot)org (User Rbt) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | autodoc - autodoc: Leonardo Cezar patches: One of them to fix a odd |
Date: | 2008-03-12 18:50:19 |
Message-ID: | 20080312185019.E492C17ADD53@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | User Rbt | 2008-03-12 18:55:13 | autodoc - autodoc: Keep foreign key defaults (0) when referencing a |
Previous Message | Bruce Momjian | 2008-03-12 18:33:54 | pgsql: Add for Win32 TODO: > o Diagnose problem where shared memory |