psql: Add tab completion for view options.

Dean Rasheed <dean.a.rasheed@gmail.com>

Commit: cd342474890f31a7364c0d1161334546822b639c
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date: 2023-11-28T09:50:17Z
Releases: 17.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +46 −4

Discussion