

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 Amazon RDS for PostgreSQL 支援的 PostgreSQL 功能
<a name="PostgreSQL.Concepts.General.FeatureSupport"></a>

Amazon RDS for PostgreSQL 支援許多最常用的 PostgreSQL 功能。例如，PostgreSQL 的自動資料清理功能可對資料庫執行例行維護。根據預設，會使用自動真空功能。雖然您可以關閉此功能，但我們強烈建議保持開啟。了解此功能以及您可以做些什麼來確保它能夠正常工作是任何 DBA 的基本任務。如需有關自動資料清理的詳細資訊，請參閱 [在 Amazon RDS for PostgreSQL 上使用 PostgreSQL 自動清空](Appendix.PostgreSQL.CommonDBATasks.Autovacuum.md)。若要進一步了解其他常見 DBA 任務，請參閱 [Amazon RDS for PostgreSQL 的常用 DBA 任務](Appendix.PostgreSQL.CommonDBATasks.md)。

RDS for PostgreSQL 也支援為資料庫執行個體新增重要功能的擴充功能。例如，您可以使用 PostGIS 擴充功能來處理空間資料，或者使用 pg\_cron 擴充功能在執行個體內進行維護排程。如需 PostgreSQL 擴充功能的詳細資訊，請參閱 [搭配 Amazon RDS for PostgreSQL 使用 PostgreSQL 擴充功能](Appendix.PostgreSQL.CommonDBATasks.Extensions.md)。

外部資料包裝函式是一種特定類型的擴充功能，旨在讓您的 RDS for PostgreSQL 資料庫執行個體與其他商業資料庫或資料類型搭配使用。如需 RDS PostgreSQL 支援的外部資料包裝函式的詳細資訊，請參閱 [使用 Amazon RDS for PostgreSQL 支援的外部資料包裝函式](Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.md)。

在下文中，您可以了解 RDS for PostgreSQL 支援其他功能的資訊。

**Topics**
+ [使用 RDS for PostgreSQL 的自訂資料類型和列舉](PostgreSQL.Concepts.General.FeatureSupport.AlterEnum.md)
+ [RDS for PostgreSQL 適用的事件觸發程序](PostgreSQL.Concepts.General.FeatureSupport.EventTriggers.md)
+ [RDS for PostgreSQL 的巨型分頁](PostgreSQL.Concepts.General.FeatureSupport.HugePages.md)
+ [為 Amazon RDS for PostgreSQL 執行邏輯複寫](PostgreSQL.Concepts.General.FeatureSupport.LogicalReplication.md)
+ [設定邏輯複寫連線的 IAM 身分驗證](PostgreSQL.Concepts.General.FeatureSupport.IAMLogicalReplication.md)
+ [stats\_temp\_directory 的 RAM 磁碟](PostgreSQL.Concepts.General.FeatureSupport.RamDisk.md)
+ [RDS for PostgreSQL 的資料表空間](PostgreSQL.Concepts.General.FeatureSupport.Tablespaces.md)
+ [適用於 EBCDIC 和其他大型機遷移的 RDS for PostgreSQL 定序](PostgreSQL.Collations.mainframe.migration.md)
+ [管理 RDS for PostgreSQL 的邏輯槽同步](Appendix.PostgreSQL.CommonDBATasks.pglogical.slot.synchronization.md)