schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.62k stars 200 forks source link

Comments on tables in PostgreSQL missing #94

Closed domosapien closed 8 years ago

domosapien commented 8 years ago

Specifically in the graphviz output (haven't checked others), the comments are missing at the table level (column level comments are present).

schemacrawler commented 8 years ago

Zach, I checked that tables comments do show up in graphs. We will need to debug your specific case. Please me debugging logs by email, after running SchemaCrawler with -loglevel=ALL. Thanks.

domosapien commented 8 years ago

Sorry for opening the issue and wasting your time, it is definitely a problem with the schema definition (comment was being applied to the wrong table). I should have reviewed the problem more closely. Verified it works as expected once the schema was fixed.

schemacrawler commented 8 years ago

No worries. Unfortunately, SchemaCrawler does not automatically write comments for you yet. Maybe in a future version. :smile: