pg-redis-fdw / redis_fdw

A PostgreSQL foreign data wrapper for Redis
494 stars 68 forks source link

Fixed README to reflect current column names #27

Closed deem0n closed 4 years ago

deem0n commented 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"
deem0n commented 4 years ago

Seems I used outdated version on CentOS 7 with yum install redis_fdw