autodoc - autodoc: Leonardo Cezar patches: One of them to fix a odd

Поиск
Список
Период
Сортировка
От rbt@pgfoundry.org (User Rbt)
Тема autodoc - autodoc: Leonardo Cezar patches: One of them to fix a odd
Дата
Msg-id 20080312185019.E492C17ADD53@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add for Win32 TODO: > o Diagnose problem where shared memory
Следующее
От: rbt@pgfoundry.org (User Rbt)
Дата:
Сообщение: autodoc - autodoc: Keep foreign key defaults (0) when referencing a