Re: EXPLAN redundant options

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: EXPLAN redundant options
Дата
Msg-id CAKFQuwb6ndjEzT0mcfCFLxU4DP5Y1pDqs4QtNmNA=nA+C1uRbQ@mail.gmail.com
обсуждение исходный текст
Ответ на EXPLAN redundant options  (jian he <jian.universality@gmail.com>)
Ответы Re: EXPLAN redundant options  ("Euler Taveira" <euler@eulerto.com>)
Re: EXPLAN redundant options  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, May 2, 2024 at 6:17 AM jian he <jian.universality@gmail.com> wrote:
explain (verbose, verbose off, analyze on, analyze off, analyze on)


I would just update this paragraph to note the last one wins behavior.

"When the option list is surrounded by parentheses, the options can be written in any order.  However, if options are repeated the last one listed is used."

I have no desire to introduce breakage here.  The implemented concept is actually quite common.  The inconsistency with COPY seems like a minor point.  It would influence my green field choice but not enough for changing long-standing behavior.

David J.

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

Предыдущее
От: jian he
Дата:
Сообщение: EXPLAN redundant options
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Support LIKE with nondeterministic collations