Postgresql – Updating pg_catalog.pg_attribute on postgres11 is good?
Does, updating catalog table on postgres11 is good idea as it runs quicker? and I noticed this catelog update valid for future data only not existing ,is this true in all cases? UPDATE pg_catalog.pg_attribute SET attnotnull = TRUE WHERE attrelid…