dblink_get_connections
戻る F.9. dblink 次へ

名前

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

概要

dblink_get_connections() returns text[]

説明

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

戻り値

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

例

SELECT dblink_get_connections();

戻る 上に戻る 次へ
dblink_close ホーム dblink_error_message