Closed
Description
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
Labels
No labels