HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

PG_FOREIGN_TABLE

PG_FOREIGN_TABLE records auxiliary information about foreign tables.

Table 1 PG_FOREIGN_TABLE columns

Name Type Description
ftrelid oid ID of a foreign table
ftserver oid Server where the foreign table is located
ftwriteonly Boolean Whether data can be written in the foreign table. Value range:
- t (true): yes
- f (false): no
ftoptions text[] Options of a foreign table. For details, see the description of CREATE FOREIGN TABLE.
Copyright © 2011-2024 www.enmotech.com All rights reserved.