Skip to content

Feature Request: Display Foreign Tables (fdw) in Database Navigator & IntelliSense Support #800

@ChandraSaiKarthik

Description

@ChandraSaiKarthik

Summary: Add support for

  • Displaying foreign tables in the database navigator/tree view for PostgreSQL (and other databases that support foreign tables).
  • Enabling IntelliSense/autocomplete to recognize and suggest foreign table names in SQL editors.

Current Behavior:

  • Foreign tables created via CREATE FOREIGN TABLE are not shown in the schema tree.
  • Users can only query them manually using information_schema.foreign_tables or SQL.

Expected Behavior:

  • Foreign tables should appear under the schema alongside regular tables, views, and materialized views.
  • Ideally, they should have a distinct icon or label (e.g., “Foreign Table”) for easy identification.

Why This Is Important:

  • Improves visibility and usability for users working with PostgreSQL FDW (Foreign Data Wrapper) or similar features.
  • Reduces reliance on manual queries to discover foreign tables.
  • Aligns with the goal of providing a complete schema representation in the UI.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions