-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Postgres imports: Hide postgis internal views
Re #434 Hides these views/tables from `kart import '<postgres-url>'`: ``` extname | extschema | relname | relkind ---------+-----------+-------------------+--------- postgis | public | spatial_ref_sys | r postgis | public | geography_columns | v postgis | public | geometry_columns | v postgis | public | raster_columns | v postgis | public | raster_overviews | v ``` These aren't importable things and they just cause potential problems, especially when used with `--all-tables` (but they are noisy when listing/prompting for tables also)
- Loading branch information
Showing
4 changed files
with
62 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters