Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/current/core_extensions/postgres/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ FROM postgres_configure_pool(catalog_name='db1', acquire_mode='wait', max_connec
postgres_execute(attached_db_name VARCHAR, sql_query VARCHAR[, <optional named parameters>]) -> TABLE
```

Executes the query in the speicifed remote DB that was previosly attached with `ATTACH .. AS <attached_db_name>`.
Does not return the query result.
Executes the the `<sql_query>` in the specified remote Postgres instance previously attached with `ATTACH .. AS <attached_db_name>`.
This function returns an empty result.

#### Parameters

Expand Down