Skip to content

Support Postgres on AWS Aurora #134

Closed
@otarmelia

Description

@otarmelia

What happens?

postgres_scan function does not supports postgres in aws aurora. When executing statement:

SELECT * FROM postgres_scan('dbname=db user=postgres password=*** host=127.0.0.1', 'public', 'table_name');

it gives error:

Error: Invalid Error: Failed to execute query "SELECT pg_is_in_recovery(), pg_export_snapshot(), (select count(*) from pg_stat_wal_receiver)": ERROR: Function pg_stat_get_wal_receiver() is currently not supported in Aurora

To Reproduce

Create postgresql database in amazon RDS and execurte query:
SELECT * FROM postgres_scan('dbname=db user=postgres password=*** host=127.0.0.1', 'public', 'table_name');

OS:

Windows

PostgreSQL Version:

PostgreSQL 13.9

DuckDB Version:

v0.9.2

DuckDB Client:

CLI

Full Name:

Otar

Affiliation:

Personal

Have you tried this on the latest main branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree

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