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 Answer
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
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions