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

From Kirk Wolak
Subject PSQL Should \sv & \ev work with materialized views?
Date
Msg-id CACLU5mTSNwBJDGmPzpp9J-HNNM8S2vjf9T-wCr5Fq8EA3StYCA@mail.gmail.com
Whole thread Raw
Responses Re: PSQL Should \sv & \ev work with materialized views?
List pgsql-hackers
Personally I would appreciate it if \sv actually showed you the DDL.
Oftentimes I will \ev something to review it, with syntax highlighting.

Obviously this won't go in until V17, but looking at other tab-completion fixes.

This should not be that difficult.  Just looking for feedback.
Admittedly \e is questionable, because you cannot really apply the changes.
ALTHOUGH, I would consider that I could
BEGIN;
DROP MATERIALIZED VIEW ...;
CREATE MATERIALIZED VIEW ...;

Which I had to do to change the WITH DATA so it creates with data when we reload our object.s

Kirk...

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Bump MIN_WINNT to 0x0600 (Vista) as minimal runtime in 16~
Next
From: Thomas Munro
Date:
Subject: Re: walsender performance regression due to logical decoding on standby changes