CREATE MATERIALIZED VIEW

From: px shi <spxlyy123(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE MATERIALIZED VIEW
Date: 2024-07-25 11:48:01
Message-ID: CAAccyY+Wg1Z-9tNfSwLmuZVgGOwqU5u1OP-RWcoAr2UZGuvN_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, I see that materialized view cannot be unlogged now, but when I use
psql and type CREATE UNLOGGED, pressing the Tab key for auto-completion
suggests `TABLE` and MATERIALIZED VIEW.
Shouldn't `MATERIALIZED VIEW ` be suggested?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2024-07-25 12:00:00 fairywren timeout failures on the pg_amcheck/005_opclass_damage test
Previous Message Heikki Linnakangas 2024-07-25 11:09:10 Re: Add 64-bit XIDs into PostgreSQL 15