Regarding automatic table partitioning in PostgreSQL 12 version is possible or not
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
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 functionThe 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