| From: | Sathish Reddy <sathishreddy(dot)postgresql(at)gmail(dot)com> |
|---|---|
| To: | Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com> |
| Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Pg partman |
| Date: | 2024-08-26 19:36:24 |
| Message-ID: | CA+M9Y+BFBjEYZ+0kU3nAf_MSW6_wFEBsf-a4B9Uwy5GMTCjKUw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Keith Fiske | 2024-08-26 19:47:31 | Re: Pg partman |
| Previous Message | Stepan Neretin | 2024-08-26 18:56:09 | Supporting pg freeze in pg_dump, restore. |