Re: Pg partman

From: Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com>
To: Sathish Reddy <sathishreddy(dot)postgresql(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Pg partman
Date: 2024-08-26 19:47:31
Message-ID: CAODZiv45bo66N_pZ7hYgwR1LbGT__fvTsDVUhtuMzE1FncL2dA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Aug 26, 2024 at 3:36 PM Sathish Reddy <
sathishreddy(dot)postgresql(at)gmail(dot)com> wrote:

> Please share the script which used..
>
> Thanks
> Sathish Reddy
>
> On Tue, Aug 27, 2024, 12:11 AM Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com>
> wrote:
>
>>
>>
>> On Mon, Aug 26, 2024 at 2:13 PM Sathish Reddy <
>> sathishreddy(dot)postgresql(at)gmail(dot)com> wrote:
>>
>>> Hi
>>> We are planning to create function like run_maintance_proc which can
>>> do detach partition concurrently and create new partion s using pre-make in
>>> run maintenance..
>>>
>>> Please share any use case on these..
>>>
>>> Thanks
>>> Sathish Reddy
>>>
>>
>> You cannot create a function or procedure within the database that can do
>> any commands with the CONCURRENT flag. PostgreSQL simply does not allow
>> that otherwise I would have done it already. As I stated elsewhere, this
>> would require an external script
>>
>> https://github.com/pgpartman/pg_partman/issues/677
>>
>> --
>> Keith Fiske
>> Senior Database Engineer
>> Crunchy Data - http://crunchydata.com
>>
>

There are no scripts written for this yet.

--
Keith Fiske
Senior Database Engineer
Crunchy Data - http://crunchydata.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2024-08-27 04:17:39 Re: LIsten Errror
Previous Message Sathish Reddy 2024-08-26 19:36:24 Re: Pg partman