shruthikc-gowda
shruthikc-gowda
Hi, This query is regarding the README information that says `make sure that your table has either primary key or unique constraint`. ``` postgres=# create table test ( id int,...
Looks like the document adjustment for the below issue isn't done. https://github.com/cybertec-postgresql/pg_squeeze/issues/69
The below check in **pg_squeeze.c** needs adjustment since we no longer support Postgres 12. ``` #if PG_VERSION_NUM < 120000 #error "PostgreSQL version 12 or higher is required" #endif ```