他のバージョンの文書 15 | 14 | 13 | 12 | 11 | 10 | 9.6 | 9.5 | 9.4 | 9.3 | 9.2 | 9.1 | 9.0 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2

dblink_get_connections

名前

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

概要

dblink_get_connections() returns text[]

説明

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

戻り値

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

SELECT dblink_get_connections();