Relative Content

Tag Archive for postgresqlamazon-web-servicesamazon-rdsamazon-aurora

How to create a partition in Postgresql for Year and Month

I’m trying to create a partition in a PostgreSQL table for year and month. I want to archive data in S3 based on these partitions, using separate folders for each year and month. However, including the partition key in the primary key seems to be a requirement. I only need year and month (YYYY-MM format) in the partition key, not the day and time.