Tab completion for "create unlogged" a bit too lax?

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Tab completion for "create unlogged" a bit too lax?
Date: 2021-08-24 11:32:14
Message-ID: ZR0P278MB092093E92263DE16734208A5D2C59@ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

tab completion for "create unlogged" gives this:

postgres=# create unlogged
MATERIALIZED VIEW TABLE

Given that a materialized table can not be unlogged:

postgres=# create unlogged materialized view mv1 as select 1;
ERROR: materialized views cannot be unlogged

Should this really show up there?

Regards
Daniel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-08-24 11:52:14 Re: Tab completion for "create unlogged" a bit too lax?
Previous Message Dave Cramer 2021-08-24 11:31:49 Re: [GSoC 2021 project summary] PL/Julia