PostgreSQL - Table Partitioning
You have a large sales table partitioned by month using range partitioning on
sale_date. You want to add a new partition for March 2024. Which of the following commands correctly adds this partition?