Re: Regarding automatic table partitioning in PostgreSQL 12 version is possible or not

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Durgamahesh Manne <maheshpostgres9(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Regarding automatic table partitioning in PostgreSQL 12 version is possible or not
Date: 2020-01-17 14:13:19
Message-ID: 20200117141319.GX3195@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Durgamahesh Manne (maheshpostgres9(at)gmail(dot)com) wrote:
> Please let me know that automatic table partitioning is possible in pgsql
> 12 or not without using trigger function

The approach I'd recommend for automatically getting new table partitions
created, at least today, is to use pg_partman, which is a very handy
extension for working with partitions in PG.

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durgamahesh Manne 2020-01-17 14:20:13 Re: Regarding automatic table partitioning in PostgreSQL 12 version is possible or not
Previous Message Durgamahesh Manne 2020-01-17 13:25:57 Regarding automatic table partitioning without using trigger function in pgsql 12 is possible or not