PostgreSQL 16.0文書
F.12. dblink — 他のPostgreSQLデータベースへ接続する
前へ 上へdblink_get_connections 次へ

dblink_get_connections

dblink_get_connections — 接続中の名前付きdblink接続すべての名前を返します

概要

dblink_get_connections() returns text[]

説明

dblink_get_connectionsは、接続中の名前付きのdblink接続すべての名前を配列として返します。

戻り値

接続名のテキスト型配列を返します。なければNULLです。

例

SELECT dblink_get_connections();

前へ 上へ 次へ
dblink_close ホーム dblink_error_message