| Документация по PostgreSQL 9.4.1 | |||
|---|---|---|---|
| Пред. | Уровень выше | Глава 48. Системные каталоги | След. |
48.25. pg_foreign_table
В каталоге pg_foreign_table содержится дополнительная информация о сторонних таблицах. Прежде всего сторонняя таблица представляется записью в pg_class, как и обычная. Запись в pg_foreign_table для неё содержит свойства, применимые только к сторонним таблицам, но не к каким-либо другим типам отношений.
Таблица 48-25. Колонки pg_foreign_table
| Имя | Тип | Ссылки | Описание |
|---|---|---|---|
| ftrelid | oid | pg_class.oid | OID записи в pg_class для этой сторонней таблицы |
| ftserver | oid | pg_foreign_server.oid | OID стороннего сервера для этой сторонней таблицы |
| ftoptions | text[] | Параметры сторонней таблицы, в виде строк "ключ=значение" |
| Пред. | Начало | След. |
| pg_foreign_server | Уровень выше | pg_index |
| PostgreSQL 9.4.1 Documentation | |||
|---|---|---|---|
| Prev | Up | Chapter 48. System Catalogs | Next |
48.25. pg_foreign_table
The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a pg_class entry, just like a regular table. Its pg_foreign_table entry contains the information that is pertinent only to foreign tables and not any other kind of relation.
Table 48-25. pg_foreign_table Columns
| Name | Type | References | Description |
|---|---|---|---|
| ftrelid | oid | pg_class.oid | OID of the pg_class entry for this foreign table |
| ftserver | oid | pg_foreign_server.oid | OID of the foreign server for this foreign table |
| ftoptions | text[] | Foreign table options, as "keyword=value" strings |