Thread: Regarding automatic table partitioning in PostgreSQL 12 version ispossible or not

Regarding automatic table partitioning in PostgreSQL 12 version ispossible or not

From
Durgamahesh Manne
Date:
Hi 
 To the respected PostgreSQL international team 

Please let me know that automatic table partitioning is possible in pgsql 12 or not without using trigger function 



Regards
Durgamahesh Manne




Greetings,

* Durgamahesh Manne (maheshpostgres9@gmail.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

Attachment

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

From
Durgamahesh Manne
Date:


On Fri, Jan 17, 2020 at 7:43 PM Stephen Frost <sfrost@snowman.net> wrote:
Greetings,

* Durgamahesh Manne (maheshpostgres9@gmail.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

Hi sir 


Thank you for this valuable information