achiku / planter

Generate PlantUML ER diagram textual description from PostgreSQL tables
MIT License
546 stars 53 forks source link

Partitions are included as entities (should skip) #32

Closed thkerkmann-rwe closed 10 months ago

thkerkmann-rwe commented 1 year ago

Partitions of a table are included as entities. This can result in extremly long output, repeating the same entity with a new name (partition name) again and again.

Can partitions be skipped please.

thkerkmann-rwe commented 11 months ago

I see there is already a pull-request for that. Tested it locally for myself, very nice, works as expected. Thanks to @skissane

achiku commented 10 months ago

Thank you for pointing out! p-r is merged!