Skip to content

Issue found on page 'PostgreSQL Extension Functions', section "postgres_execute" #7008

Description

@rpbouman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions