Closed stepps00 closed 6 years ago
Following the set up instructions, I found (what I think is) an error.
Before granting access to the table, the table needs to be created..
CREATE TABLE whosonfirst (id BIGINT PRIMARY KEY,parent_id BIGINT,placetype_id BIGINT,is_superseded SMALLINT,is_deprecated SMALLINT,meta JSON, geom_hash CHAR(32), lastmod CHAR(25), geom GEOGRAPHY(MULTIPOLYGON, 4326), centroid GEOGRAPHY(POINT, 4326))
then
GRANT ALL ON TABLE whosonfirst TO whosonfirst
Otherwise, I get the error:
ERROR: relation "whosonfirst" does not exist
Following the set up instructions, I found (what I think is) an error.
Before granting access to the table, the table needs to be created..
then
Otherwise, I get the error: