pgsql: psql: Add tab completion for view options.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add tab completion for view options.
Date: 2023-11-28 09:55:53
Message-ID: E1r7uoq-007dvz-TY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add tab completion for view options.

Add support for tab completion of WITH (...) options to CREATE VIEW,
and for the corresponding SET/RESET (...) options in ALTER VIEW.

Christoph Heiss, reviewed by Melih Mutlu, Vignesh C, Jim Jones,
Mikhail Gribkov, David Zhang, Shubham Khanna, and me.

Discussion: https://postgr.es/m/a2075c5a-66f9-a564-f038-9ac044b03117@c8h4.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd342474890f31a7364c0d1161334546822b639c

Modified Files
--------------
src/bin/psql/tab-complete.c | 50 +++++++++++++++++++++++++++++++++++++++++----
1 file changed, 46 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-11-28 10:38:20 pgsql: Fix assertions with RI triggers in heap_update and heap_delete.
Previous Message Michael Paquier 2023-11-28 04:54:19 Re: pgsql: Remove test for pg_stat_reset_shared() in stats.sql