dblink_get_connections — 接続中の名前付きdblink接続すべての名前を返します
dblink_get_connections() returns text[]
dblink_get_connectionsは、接続中の名前付きのdblink接続すべての名前を配列として返します。
dblink_get_connections
dblink
接続名のテキスト型配列を返します。なければNULLです。
SELECT dblink_get_connections();