

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

# 管理 Babelfish for Aurora PostgreSQL 版本更新
<a name="babelfish-information"></a>

Babelfish 是適用於 Aurora PostgreSQL 13.4 版及更高版本的選項。Babelfish 的更新適用於 Aurora PostgreSQL 資料庫引擎的某些新版本。如需詳細資訊，請參閱 [https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/Welcome.html](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/Welcome.html)。

**注意**  
在 Aurora PostgreSQL 13 的任何版本上執行的 Babelfish 資料庫叢集無法升級至 Aurora PostgreSQL 14.3、14.4 和 14.5。此外，Babelfish 不支援 13.x 到 15.x 的直接升級。您必須先將 13.x 資料庫叢集升級至 14.6 及更高版本，再升級至 15.x 版本。

如需不同 Babelfish 版本之間支援的功能清單，請參閱 [Babelfish 各版本支援的功能](babelfish-compatibility.supported-functionality-table.md)。

如需目前不支援的功能清單，請參閱 [Babelfish 中不支援的功能](babelfish-compatibility.tsql.limitations-unsupported.md)。

您可以使用 AWS 區域 [https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html) AWS CLI 命令查詢您的 ，以取得支援 Babelfish 的 Aurora PostgreSQL 版本清單，如下所示。

針對 Linux、macOS 或 Unix：

```
$ aws rds describe-db-engine-versions --region us-east-1 \
    --engine aurora-postgresql \
    --query '*[]|[?SupportsBabelfish==`true`].[EngineVersion]' \
    --output text
```

如需詳細資訊，請參閱《AWS CLI 命令參考》**中的 [https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html)。

在下列主題中，您可以了解如何識別 Aurora PostgreSQL 資料庫叢集上執行的 Babelfish 版本，以及如何升級至新版本。

**Contents**
+ [識別您的 Babelfish 版本](babelfish-information-identify-version.md)
+ [將 Babelfish 叢集升級至新版本](babelfish-information-upgrading.md)
  + [將 Babelfish 升級至新的次要版本](babelfish-information-upgrading-minor.md)
  + [將 Babelfish 升級至新的主要版本](babelfish-information-upgrading-major.md)
    + [將 Babelfish 升級至新的主要版本之前](babelfish-information-upgrading-major.md#babelfish-information-upgrading-preliminary)
    + [執行主要版本升級](babelfish-information-upgrading-major.md#babelfish-performing-major-version-upgrade)
    + [升級至新的主要版本之後](babelfish-information-upgrading-major.md#babelfish-information-upgrading-post-upgrade)
    + [範例：將 Babelfish 資料庫叢集升級至主要版本](babelfish-information-upgrading-major.md#babelfish-information-upgrading-example)
+ [使用 Babelfish 產品版本參數](babelfish-guc-version.md)
  + [設定 Babelfish 產品版本參數](babelfish-guc-version.md#babelfish-guc-version-setvalues)
  + [受影響的查詢和參數](babelfish-guc-version.md#babelfish-guc-version-affects)
  + [包含 babelfishpg\_tsql.version 參數的界面](babelfish-guc-version.md#babelfish-guc-version-tsql)