bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.33k stars 148 forks source link

file_fdw not found in the postgresql directory #521

Open NeverMore2744 opened 3 years ago

NeverMore2744 commented 3 years ago

Hi, when I run the command "CREATE EXTENSION file_fdw", it tells me that "ERROR: could not open extension control file "/path/to/agensgraph/share/postgresql/extension/file_fdw.control": No such file or directory".

I found that the extension file is not in the directory. How can I solve the problem?