dblink_get_connections

名前

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

概要

    dblink_get_connections() returns text[]
   

説明

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

戻り値

Returns a text array of connection names, or NULL if none.

   SELECT dblink_get_connections();