Re: Regarding automatic table partitioning in PostgreSQL 12 versionis possible or not - Mailing list pgsql-general

From Stephen Frost
Subject Re: Regarding automatic table partitioning in PostgreSQL 12 versionis possible or not
Date
Msg-id 20200117141319.GX3195@tamriel.snowman.net
Whole thread Raw
In response to Regarding automatic table partitioning in PostgreSQL 12 version ispossible or not  (Durgamahesh Manne <maheshpostgres9@gmail.com>)
Responses Re: Regarding automatic table partitioning in PostgreSQL 12 versionis possible or not
List pgsql-general
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

pgsql-general by date:

Previous
From: Durgamahesh Manne
Date:
Subject: Regarding automatic table partitioning without using trigger functionin pgsql 12 is possible or not
Next
From: Durgamahesh Manne
Date:
Subject: Re: Regarding automatic table partitioning in PostgreSQL 12 versionis possible or not