NikolayS / postgres_dba

The missing set of useful tools for Postgres DBAs and all engineers
BSD 3-Clause "New" or "Revised" License
1.03k stars 113 forks source link

pg95: fix default value for postgres_dba.wide #20

Closed NikolayS closed 6 years ago

NikolayS commented 6 years ago

For Postgres versions 9.3-9.5 there is an issue reported by @vjfernan – an 'unrecognized value' when postgres_dba starts (#19)

This PR fixes it, using a pl/pgsql code snipped.