v1.2.0 Summary Chapter 3: Database objects 3. Introduction 3.19. Foreign servers
You're browsing the documentation of a version that is still under development, the features described here may change or even be removed.

3.19. Foreign servers

A foreign server encapsulates connection information that a foreign data wrapper uses to access an external data resource.

Attributes Description
Type The type of the foreign server being configured.
Version The version of the foreign server being configured.
FDW The name of a previously registered foreign data wrapper that will manage the server.
Options Specifies the options for the foreign server. The options typically define the connection details of the server, but the actual names and values are dependent on the server's foreign-data wrapper.

Oct 31, 2024 at 09:12