Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
ks again for the detailed explanations. -- Ignat Remizov

Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
licitly disables it. If the consensus ends up being that we should instead design a more general "dangerous features" control (covering all breakout paths) behind a single switch, I would happily work on that in my free time. This patch is just a small, concrete step in that direction that I already had working. -- Ignat Remizov

Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
intent was to allow conf edits while blocking ALTER SYSTEM from a compromised superuser. I'll make a separate patch for the typo. Thanks again. -- Ignat Remizov

Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
itly opts out. Default remains on to preserve behavior. -- Ignat Remizov

Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
explicitly turn it off (requiring a restart, not ALTER SYSTEM/SET). Default remains on to preserve current behavior. -- Ignat Remizov On Wed, Dec 3, 2025 at 1:31 PM Ashutosh Bapat wrote: > On Wed, Dec 3, 2025 at 4:08 PM Ignat Remizov wrote: > > > > Hi Postgres hackers, > > &g

[PATCH] Add enable_copy_program GUC to control COPY PROGRAM

2025-12-03 Thread Ignat Remizov
t; preserves existing behavior. No action is required for existing deployments unless they wish to disable COPY PROGRAM. -- Ignat Remizov >From c642f17d0b44112ba5426be6412004e03d1a5e03 Mon Sep 17 00:00:00 2001 From: Ignat Remizov Date: Wed, 3 Dec 2025 11:01:31 +0200 Subject: [PATCH] Add enab