PostgreSQL 外部数据封装器 postgres_fdw 实战
---
title: PostgreSQL 外部数据封装器 postgres_fdw 实战
keywords:
- postgres_fdw
- 外部表
- 服务器映射
- 用户映射
- IMPORT FOREIGN SCHEMA
description: 在 PostgreSQL 中使用 postgres_fdw 访问远端表,提供创建服务器、用户映射与导入外部模式的示例。
tags:
- IMP...
