postgresql/src/bin/psql
Dean Rasheed cd34247489 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
2023-11-28 09:50:17 +00:00
..
po Translation updates 2023-08-07 12:39:30 +02:00
t Add regression tests for psql \g piped into a program 2023-10-02 11:46:25 +03:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
command.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
common.c psql: Set variables from query result on failure when printing tuples 2023-10-02 11:05:05 +09:00
common.h Allow \watch queries to stop on minimum rows returned 2023-08-29 11:30:11 +02:00
copy.c doc: \copy can get data values \. and end-of-input confused 2023-11-03 13:57:59 -04:00
copy.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
create_help.pl Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
describe.c Improve default and empty privilege outputs in psql. 2023-11-13 15:41:31 -05:00
describe.h Add psql \drg command to display role grants. 2023-07-19 12:46:30 -04:00
help.c Remove environment-variable-based defaults in psql --help 2023-10-06 11:54:36 +02:00
help.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
input.c Modernize const handling with readline 2023-10-05 08:45:50 +02:00
input.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Rename port/thread.c to port/user.c. 2023-07-09 18:17:09 +12:00
prompt.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
prompt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
psqlscanslash.l Handle \v as a whitespace character in parsers 2023-07-06 08:16:24 +09:00
settings.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
startup.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
stringutils.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
stringutils.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
tab-complete.c psql: Add tab completion for view options. 2023-11-28 09:50:17 +00:00
tab-complete.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.h Update copyright for 2023 2023-01-02 15:00:37 -05:00