pg_check
pg_check copied to clipboard
a tool to verify integrity of PostgreSQL data files
I tried to get it installed, but "make" fail. System: Ubuntu Bionic, with Pg: # dpkg -l | awk '$1=="ii" && $2 ~ /postgresql.*11/ {printf "%-35s : %s\n", $2, $3}'...
``` webarchive=# select pg_check_table('raw_web_pages', true, true); NOTICE: checking index: ix_raw_web_pages_distance WARNING: there are 1 differences between the table and the index NOTICE: checking index: ix_raw_web_pages_netloc WARNING: there are 1 differences...
Does pg_check have back compatibility with version 9.4? I installed it and when I try to create extension it gives an error ERROR: incompatible library "/usr/lib/postgresql/9.4/lib/pg_check.so": version mismatch DETAIL: Server...