Skip to content

Access to oracle partitioned tables returns wrong result #1

@qinghuiguo

Description

@qinghuiguo

Hello!
When I query the Oracle partition table in the PG using oracle_fdw, I returned the wrong result.

In PG ,it returned the data of the full table.

select count(*) from TS_QUICK_INCREASE partition(SYS_P902);

In fact, it returned the full table data, I expect to return the data of the partition。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions