Re: PSQL Should \sv & \ev work with materialized views? - Mailing list pgsql-hackers

From Isaac Morland
Subject Re: PSQL Should \sv & \ev work with materialized views?
Date
Msg-id CAMsGm5fzAXWrpK6TzrWYkbJ6wYwpxpOHyeoEjt086k5-FXtGVA@mail.gmail.com
Whole thread Raw
In response to Re: PSQL Should \sv & \ev work with materialized views?  (Erik Wienhold <ewie@ewie.name>)
Responses Re: PSQL Should \sv & \ev work with materialized views?
List pgsql-hackers
On Thu, 28 Mar 2024 at 20:38, Erik Wienhold <ewie@ewie.name> wrote:
 
Of course the problem with using DROP and CREATE is that indexes and
privileges (anything else?) must also be restored.  I haven't bothered
with that yet.

Not just those — also anything that depends on the matview, such as views and other matviews.

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: remaining sql/json patches
Next
From: Tom Lane
Date:
Subject: Re: AIX support