mfvanek / pg-index-health

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.
Apache License 2.0
128 stars 15 forks source link

Get rid of sequence name concatenation via String.format #422

Closed mfvanek closed 4 months ago

mfvanek commented 4 months ago

Get rid of String.format("%s.bad_accounts_id_seq", schemaName) See https://github.com/mfvanek/pg-index-health/pull/418#discussion_r1644490202