On the PostgreSQL Extension Functions" page, the text in the section postgres_execute reads:
Executes the query in the speicifed remote DB that was previosly attached with ATTACH .. AS <attached_db_name>. Does not return the query result.
Couple of issues:
- typo speicifed -> specified
- typo previosly -> previously
- "remote DB " < I think the better term would be "Postgres instance"
- Technically it still returns a result, but it contains 0 rows.
Page URL: https://duckdb.org/docs/current/core_extensions/postgres/functions#postgres_execute
On the PostgreSQL Extension Functions" page, the text in the section postgres_execute reads:
Couple of issues:
Page URL: https://duckdb.org/docs/current/core_extensions/postgres/functions#postgres_execute