I have a set of tab delimited files located on a server location and I have created a meta data table and an external table with the same layout as the metadata table.
I wanted to know when I run the external table script in PgAdmin 3 is it supposed to load the external table with the data from the files (tab delimited files) on the server location?
I suppose it should, but when I run a SELECT query against the ext table it throws an error:
(ERROR: http response code 404 from gpfdist)
How to go about this problem?