aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSubplan.c
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-04-26 18:10:28 +0000
committerNeil Conway <neilc@samurai.com>2007-04-26 18:10:28 +0000
commit9475aa917dabe2f53b69d377d686602f6696e5e8 (patch)
treea4a77848ff67b8ece9908bd554fafab2c6ca73dc /src/backend/executor/nodeSubplan.c
parentc765ca24828c4c25d2bff73bcc061f0ea0e52d53 (diff)
downloadpostgresql-9475aa917dabe2f53b69d377d686602f6696e5e8.tar.gz
postgresql-9475aa917dabe2f53b69d377d686602f6696e5e8.zip
Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",
we can complete "TABLE". The previous coding only looked for "CREATE TEMP". Note that I didn't add TEMPORARY to the list of suggested completions after we've seen "CREATE", since TEMP is equivalent and more concise. But if the user has already manually typed TEMPORARY, we may as well complete TABLE for them.
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions