Closed danielmewes closed 9 years ago
This FDW is really amazing. :-)
In the README I think server trackerdb should be server myrethinkdb for consistency with the previous instructions right?
server trackerdb
server myrethinkdb
create foreign table mytable ( id uuid, somekey varchar, someotherkey varchar, sometimestamp timestamp (6) with time zone, bigintegerkey long, nestedjsonkey json, yetanotherkey varchar ) server trackerdb options (table_name 'rethinkdb_table');
Yes, thank you. I fixed it.
This FDW is really amazing. :-)
In the README I think
server trackerdb
should beserver myrethinkdb
for consistency with the previous instructions right?