Tab completion for "create unlogged" a bit too lax? - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject Tab completion for "create unlogged" a bit too lax?
Date
Msg-id ZR0P278MB092093E92263DE16734208A5D2C59@ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Tab completion for "create unlogged" a bit too lax?
List 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


pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [GSoC 2021 project summary] PL/Julia
Next
From: Justin Pryzby
Date:
Subject: Re: Tab completion for "create unlogged" a bit too lax?