How to use temporal table in Aurora PostgreSQL?

0

Hi, I want to use the temporal table extension in the Aurora PostgreSQL but saw that it is not supported yet: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Extensions.html.

Is there any workaround for this? How can I use temporal tables in Aurora PostgreSQL or is there any similar supported extension which provides the same functionality?

TIA :)

1回答
1

You can check https://github.com/nearform/temporal_tables which is a rewrite of the temporal_tables extension in PL/pgSQL. Please test it before using it in critical/production environments.

profile pictureAWS
karan
回答済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ