EXPLAN redundant options

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: EXPLAN redundant options
Date: 2024-05-02 13:16:42
Message-ID: CACJufxGDxLwXHjyphdAh4cXe-Q50_GnZHafQBKJ-BuT-=nA8vQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

just found out we can:
explain (verbose, verbose off, analyze on, analyze off, analyze on)
select count(*) from tenk1;

similar to COPY, do we want to error out these redundant options?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-05-02 13:36:34 Re: EXPLAN redundant options
Previous Message Richard Guo 2024-05-02 13:14:20 Re: Removing unneeded self joins