v1.0.0 Summary Chapter 3: Database objects 3. Introduction 3.19. Foreign servers

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.

Apr 3, 2023 at 17:11