Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM - Mailing list pgsql-hackers

From Ignat Remizov
Subject Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM
Date
Msg-id CAKiC8XYAN6ciOZnErMzwZeeFW+Ud4b-e1_aBO9bwa6iRkFveZw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM  (Kirill Reshke <reshkekirill@gmail.com>)
List pgsql-hackers
Hi Kirill,

These are great examples, thanks. I wasn't aware it was that easy to chain
config overwrite and crash/restart from plain SQL.

Taken together, that makes it clear this GUC buys less than I'd hoped, and
is probably not worth the extra complexity on its own.

Please consider this patch withdrawn for now. I'll go back and think about
a more comprehensive approach (e.g. a single control over superuser
features), and if something useful comes out of that I'll post a separate
proposal. I'll also play with the panic cases you mentioned as part of that.

Thanks again for the detailed explanations.

--
Ignat Remizov

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM
Next
From: Nathan Bossart
Date:
Subject: Re: Proposal: Add a callback data parameter to GetNamedDSMSegment