Open maxthwell opened 7 years ago
use redis4.0.2 and postgres10.0 , after create server/user mapping/foreign table (key,val) , execute sql statement 'select * from redis_db0 limit 1' ,then error occurred;
I need to know the table options used - the FDW gives different redis commands for this operation depending on the table type.
use redis4.0.2 and postgres10.0 , after create server/user mapping/foreign table (key,val) , execute sql statement 'select * from redis_db0 limit 1' ,then error occurred;