pgsql: Improve tab-completion for ALTER MATERIALIZED VIEW.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve tab-completion for ALTER MATERIALIZED VIEW.
Date: 2019-11-21 10:24:09
Message-ID: E1iXjdB-0003Tz-H1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-11-21 10:56:05 pgsql: Allow ALTER VIEW command to rename the column in the view.
Previous Message Amit Kapila 2019-11-21 02:45:13 pgsql: Track statistics for spilling of changes from ReorderBuffer.