keithf4 / pg_bloat_check

Bloat check script for PostgreSQL
Other
141 stars 36 forks source link

Fails on pgsql 9.2 #5

Closed Sxooter closed 8 years ago

Sxooter commented 8 years ago

Getting this error on 9.2:

psycopg2.ProgrammingError: column "indislive" does not exist LINE 13: AND indislive = 'true'

Sxooter commented 8 years ago

So I chopped that one line out and it seems to be working ( as in it doesn't fail)

keithf4 commented 8 years ago

Thanks for checking! Probably be good to have a version check in place anyway for better long term support. Will fix this as soon as I have some time.

keithf4 commented 8 years ago

This has been fixed in version 2.1.1

Sxooter commented 8 years ago

Thanks!