Tagged Questions
2
votes
1answer
293 views
How to relate Non-Spatial table to Spatial table in two different Postgis DBs?
I need to relate a Non-spatial table to Spatial table, but both are in different database.
Spatial_table(dbname:dist)
gid
district_name
district_code
geom
Non_Spatial(dbname:census)
ID
...
