postgresql/src/bin
Tom Lane 074add6ed2 Fix tab completion of "SET variable TO|=" to not offer bogus completions.
Don't think that the context "UPDATE tab SET var =" is a GUC-setting
command.

If we have "SET var =" but the "var" is not a known GUC variable,
don't offer any completions.  The most likely explanation is that
we've misparsed the context and it's not really a GUC-setting command.

Per gripe from Ken Tanzer.  Back-patch to 9.6.  The issue exists
further back, but before 9.6 the code looks very different and it
doesn't actually know whether the "var" name matches anything,
so I desisted from trying to fix it.

Discussion: https://postgr.es/m/CAD3a31XpXzrZA9TT3BqLSHghdTK+=cXjNCE+oL2Zn4+oWoc=qA@mail.gmail.com
2019-07-02 13:35:14 -04:00
..
initdb Translation updates 2019-06-17 15:32:44 +02:00
pg_archivecleanup Translation updates 2019-05-06 15:00:30 +02:00
pg_basebackup Translation updates 2019-05-06 15:00:30 +02:00
pg_config Translation updates 2019-05-06 15:00:30 +02:00
pg_controldata Translation updates 2019-05-06 15:00:30 +02:00
pg_ctl Honor TEMP_CONFIG in TAP suites. 2019-05-11 00:22:58 -07:00
pg_dump Translation updates 2019-06-17 15:32:44 +02:00
pg_resetwal Translation updates 2019-05-06 15:00:30 +02:00
pg_rewind Translation updates 2019-05-06 15:00:30 +02:00
pg_test_fsync Translation updates 2019-05-06 15:00:30 +02:00
pg_test_timing Translation updates 2019-05-06 15:00:30 +02:00
pg_upgrade In the pg_upgrade test suite, don't write to src/test/regress. 2019-05-28 12:59:36 -07:00
pg_verify_checksums Translation updates 2019-06-17 15:32:44 +02:00
pg_waldump Translation updates 2019-06-17 15:32:44 +02:00
pgbench Fix unportable code in pgbench. 2019-04-17 17:30:29 -04:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Fix tab completion of "SET variable TO|=" to not offer bogus completions. 2019-07-02 13:35:14 -04:00
scripts Translation updates 2019-06-17 15:32:44 +02:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00