aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-02-15 15:23:19 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-02-15 15:23:19 -0500
commita3f4c8e50e8e00fc88c44d5ff7a99c1ce88256be (patch)
treece1ae33b09b3578db6654e09ac8d27126c3a71e9 /src/backend/executor
parent8350aae4f18a158980c17f56c39a707f4ac168cc (diff)
downloadpostgresql-a3f4c8e50e8e00fc88c44d5ff7a99c1ce88256be.tar.gz
postgresql-a3f4c8e50e8e00fc88c44d5ff7a99c1ce88256be.zip
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.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions