dblink_get_connections <refpurpose>returns the names of all open named dblink connections</refpurpose> — 接続中の名前付きdblink接続すべての名前を返します
dblink_get_connections() returns text[]
<function>dblink_get_connections</function> returns an array of the names
of all open named <filename>dblink</filename> connections.
dblink_get_connections
は、接続中の名前付きのdblink
接続すべての名前を配列として返します。
接続名のテキスト型配列を返します。なければNULLです。
SELECT dblink_get_connections();