• Neil Conway's avatar
    Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY", · 9475aa91
    Neil Conway authored
    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.
    9475aa91
tab-complete.c 78.4 KB