Closed deem0n closed 4 years ago
If you run
CREATE FOREIGN TABLE tatoos (key text, val text) SERVER redis_server OPTIONS (database '0');
you will get error which is very confusing to start with:
ERROR: unrecognized/invalid column "k" for foreign table "tatoos"
Seems I used outdated version on CentOS 7 with yum install redis_fdw
yum install redis_fdw
If you run
you will get error which is very confusing to start with: