Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
Date: 2024-11-05 18:30:25
Message-ID: 3076356.1730831425@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com> writes:
> Let's focus on item 2. Is it really impossible to make VERBOSE really
> verbose?

It's obviously not "impossible" -- the code changes would likely be
trivial. The question is whether it's a good idea. These semantics
were (I presume) deliberately chosen when the options were added,
so somebody thought not. You would need to go back and review the
relevant mail thread and then make arguments why that decision
was wrong.

In short: we're not working in a green field here, and all these
decisions have history. You will not get far by just popping
up and saying "I think it should be different". You need to make
a case why the decision was wrong, and why it was so wrong that
we should risk cross-version-compatibility problems by changing.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-11-05 18:33:43 Re: Rename Function: pg_postmaster_start_time
Previous Message Maiquel Grassi 2024-11-05 18:26:31 Rename Function: pg_postmaster_start_time