]> granicus.if.org Git - postgresql-autodoc/commit
Leonardo Cezar patches:
authorrbt <rbt>
Wed, 12 Mar 2008 18:50:19 +0000 (18:50 +0000)
committerrbt <rbt>
Wed, 12 Mar 2008 18:50:19 +0000 (18:50 +0000)
commit01b215ddbfa7ea18aa03d592466a137b92cf3292
treee8f5c2f248159cc8b53d63f2ce210b7c87ffd0ed
parent64d6405cbb480e204fcb4151ea0e3807e3a03829
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"
postgresql_autodoc.pl