Cross-database PostGIS → PostGIS import is not implemented #15
Labels
No labels
claude-wip
map-report
map:is
map:se
needs-review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
art/ismap#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The importer handles GeoPackage sources and PostGIS sources in the same database
(
source: db: pg→INSERT INTO … <query>directly). A PostGIS source in a differentdatabase is declared-but-unimplemented.
Nothing needs it today — every config's
pgsource reads staging tables in the destinationDB. Filing it so the gap is tracked rather than rediscovered: it is listed as a known
limitation in
CLAUDE.mdunder "Import pipeline per layer".If it is ever built, the natural shape is COPY-out/COPY-in through the importer (the same
streaming path the GeoPackage loader already uses) rather than postgres_fdw or dblink, since
the project avoids server-side extensions it does not need.