postgresql/src/bin/psql
Tom Lane a3f4c8e50e Fix tab completion for "ALTER SYSTEM SET variable ...".
It wouldn't complete "TO" after the variable name, which is certainly
minor enough.  But since we do complete "TO" after "SET variable ...",
and since this case used to work pre-9.6, I think this is a bug.

Also, fix the query used to collect the variable names; whoever last
touched it evidently didn't understand how the pieces are supposed
to fit together.  It accidentally worked anyway, because readline
ignores irrelevant completions, but it was randomly unlike the ones
around it, and could be a source of actual bugs if someone copied
it as a prototype for another query.
2017-02-15 15:23:19 -05:00
..
po Translation updates 2017-02-06 12:42:47 -05:00
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
command.c Fix assorted places in psql to print version numbers >= 10 in new style. 2016-08-16 15:58:46 -04:00
command.h Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
common.c Fix typos in comments. 2017-02-06 11:34:15 +02:00
common.h Move psql's print.c and mbprint.c into src/fe_utils. 2016-03-24 18:27:28 -04:00
copy.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
copy.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
create_help.pl Clean up some misplaced #includes. 2016-03-18 13:43:17 -04:00
crosstabview.c Fix incorrect error reporting for duplicate data in \crosstabview. 2016-12-25 16:04:47 -05:00
crosstabview.h Improve coding of column-name parsing in psql's new crosstabview.c. 2016-04-12 12:52:42 -04:00
describe.c Fix typos in comments. 2017-02-06 11:34:15 +02:00
describe.h Fix loose ends for SQL ACCESS METHOD objects 2016-06-07 17:59:34 -04:00
help.c Update line count totals for psql help displays. 2016-08-18 16:04:35 -04:00
help.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
input.c Guard against empty buffer in gets_fromFile()'s check for a newline. 2016-07-28 18:57:24 -04:00
input.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
large_obj.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
large_obj.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
mainloop.c Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
mainloop.h Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Support \crosstabview in psql 2016-04-08 20:23:18 -03:00
nls.mk Translation updates 2016-10-24 11:15:25 -04:00
prompt.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
prompt.h Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Avoid code duplication in \crosstabview. 2016-04-17 11:37:58 -04:00
psqlscanslash.l Sort out paired double quotes in \connect, \password and \crosstabview. 2016-08-08 10:07:46 -04:00
settings.h Rethink \crosstabview's argument parsing logic. 2016-04-14 22:54:31 -04:00
startup.c Introduce a psql "\connect -reuse-previous=on|off" option. 2016-08-08 10:07:46 -04:00
stringutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
stringutils.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
tab-complete.c Fix tab completion for "ALTER SYSTEM SET variable ...". 2017-02-15 15:23:19 -05:00
tab-complete.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
variables.c Split psql's lexer into two separate .l files for SQL and backslash cases. 2016-03-19 00:24:55 -04:00
variables.h Update copyright for 2016 2016-01-02 13:33:40 -05:00