postgresql/src/bin/psql
Michael Paquier f6c750d31d Improve tab completion of ALTER TYPE in psql
This commit adds support for more tab completion in this command as of
"ALTER TYPE .. SET".  The completion of "RENAME VALUE" was separated
from the rest of the completions done for this command, so group
everything together.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com
2022-08-15 14:08:59 +09:00
..
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
t pgindent run prior to branching v15. 2022-06-30 11:03:03 -04:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
Makefile psql: Output dir and dependency generation for sql_help 2022-07-18 12:24:12 -07:00
command.c Add xheader_width pset option to psql 2022-07-25 14:25:02 -04:00
command.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
common.c Remove redundant null pointer checks before PQclear and PQconninfoFree 2022-07-03 20:11:05 +02:00
common.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
copy.c Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
copy.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
create_help.pl psql: Output dir and dependency generation for sql_help 2022-07-18 12:24:12 -07:00
crosstabview.c psql: Rename results to result when only a single one is meant 2022-02-10 12:12:52 +01:00
crosstabview.h psql: Rename results to result when only a single one is meant 2022-02-10 12:12:52 +01:00
describe.c Allow users to skip logical replication of data having origin. 2022-07-21 08:47:38 +05:30
describe.h psql: add \dconfig command to show server's configuration parameters. 2022-04-07 17:09:51 -04:00
help.c Automatically count the number of output lines in psql/help.c. 2022-06-04 11:54:05 -04:00
help.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
input.c Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
input.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
large_obj.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
large_obj.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
mainloop.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
mainloop.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
nls.mk Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
prompt.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
prompt.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
psqlscanslash.l Update copyright for 2022 2022-01-07 19:04:57 -05:00
settings.h psql: Show all query results by default 2022-04-04 20:00:33 +02:00
startup.c Remove dead handling for pre-POSIX sigwait(). 2022-07-24 09:32:34 +12:00
stringutils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
stringutils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
tab-complete.c Improve tab completion of ALTER TYPE in psql 2022-08-15 14:08:59 +09:00
tab-complete.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
variables.c Remove redundant null pointer checks before pg_free() 2022-07-03 09:05:34 +02:00
variables.h Update copyright for 2022 2022-01-07 19:04:57 -05:00