pgsql: Improve tab-completion for ALTER MATERIALIZED VIEW. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve tab-completion for ALTER MATERIALIZED VIEW.
Date
Msg-id E1iXjdB-0003Tz-H1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve tab-completion for ALTER MATERIALIZED VIEW.

Author: Takao Fujii
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/f9dcdef78c124517edc9e5e5880f651e@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61a956d9cca3f72acb279c9c00f1d9cd47bbc934

Modified Files
--------------
src/bin/psql/tab-complete.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Track statistics for spilling of changes from ReorderBuffer.
Next
From: Fujii Masao
Date:
Subject: pgsql: Allow ALTER VIEW command to rename the column in the view.