Feature request #20197
Show PostgreSQL- Foreign Table in DB-Manager project tree
| Status: | Open | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | - | ||
| Category: | DB Manager | ||
| Pull Request or Patch supplied: | No | Resolution: | |
| Easy fix?: | Yes | Copied to github as #: | 28018 |
Description
The DB-Manager for PostGIS does not show Foreign Tables in a PostGIS database schema.
Normal Tables, Views and Materialized Views are shown,
but Foreign Tables are ignored.
However, i can load the Foreign Table into QGIS using the SQL-Window - tab and loading it using
SELECT * FROM myschema.my_foreign_table
It would be nice if the DB-Manager could show Foreign Tables in the project tree.