Re: Parameter binding for COPY TO queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parameter binding for COPY TO queries
Дата
Msg-id 3901594.1739566311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parameter binding for COPY TO queries  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2025-02-14 10:06:13 -0500, Tom Lane wrote:
>> None of those arguments apply to the sub-SELECT of a "COPY (query) TO"
>> command, but there's a practical matter of how to get the parameters
>> passed through the COPY to the sub-SELECT without opening Pandora's
>> box for every other kind of utility statement.

> I think there's already precedent - CREATE TABLE AS does accept parameters
> today, and it's a utility command too:

Hmm ... yeah, now that I look, there's more pre-existing plumbing
in ProcessUtility than I remembered.  So maybe this wouldn't be too
hard after all.

            regards, tom lane



В списке pgsql-hackers по дате отправления: