On Tue, Aug 6, 2019 at 10:34 AM Larry Rosenman <l...@lerctr.org> wrote: > ERROR: function bt_index_check(index => oid) does not exist > LINE 1: SELECT bt_index_check(index => c.oid), > ^ > HINT: No function matches the given name and argument types. You might > need to add explicit type casts.
It's a contrib extension, so you have to "create extension amcheck" first. -- Peter Geoghegan