dynamic partition table inserts - Mailing list pgsql-general

From Ted Toth
Subject dynamic partition table inserts
Date
Msg-id CAFPpqQFDAJy=E3N5zPQVrb7F0dLhwiLp7N=HKB9-1dFdRciRHQ@mail.gmail.com
Whole thread Raw
Responses Re: dynamic partition table inserts
List pgsql-general
I'm creating partition tables on the fly following the technique described in https://minervadb.com/index.php/postgresql-dynamic-partitioning/ . Regardless of whether a partition table is created or already exists all I really want to do is change the destination table (TG_TABLE_NAME?) of the insert to the partition table. Is this possible or is my only option to generate a new insert as in the example?

Ted

pgsql-general by date:

Previous
From: Wiwwo Staff
Date:
Subject: Re: pg_rewind and user / passfile
Next
From: Николай Кобзарев
Date:
Subject: Re: dynamic partition table inserts