<filename>dblink</filename> is a module that supports connections to
other <productname>PostgreSQL</productname> databases from within a database
session.
dblink
は、データベースセッション内から他のPostgreSQLデータベースへの接続をサポートするモジュールです。
<filename>dblink</filename> can report the following wait events under the wait
event type <literal>Extension</literal>.
《機械翻訳》dblink
は、次の待機イベントを待機レポートタイプextension
にイベントできます。
DblinkConnect
Waiting to establish a connection to a remote server. 《機械翻訳》リモートサーバへのコネクションの確立を待っています。
DblinkGetConnect
Waiting to establish a connection to a remote server when it could not be found in the list of already-opened connections. 《機械翻訳》すでに開かれるに接続されているコネクションで見つからなかった場合に、リモートサーバへのリストを確立するのを待機しています。
DblinkGetResult
Waiting to receive the results of a query from a remote server. 《機械翻訳》リモートサーバからクエリの結果を受け取るのを待っています。
See also <xref linkend="postgres-fdw"/>, which provides roughly the same functionality using a more modern and standards-compliant infrastructure. postgres_fdwも参照して下さい。より新しく標準に対する互換性の高い基盤を使ってほぼ同じ機能を提供しています。