Muhammad Usman Khan

Results 3 issues of Muhammad Usman Khan

postgres=# CREATE TABLE external_file.efile_test ( id smallint primary key, the_file efile); ERROR: type "efile" does not exist

Updated README documentation Need to add ip4r extension before using geoip extension

There is an issue in list function (nodes). Bug code is as follows: `SELECT * FROM cypher('graph_name', $$ MATCH p = (a)-[]->(b)-[]->(c) WHERE a.name = 'Alice' AND c.name = 'Eskil'...