• Tom Lane's avatar
    Fix psql's tab completion for TABLE. · c9a8a401
    Tom Lane authored
    This should offer the same relation types that SELECT ... FROM would.
    You can't select from an index for instance, so offering it here is
    unhelpful.  Noted while testing ilmari's recent patch.
    c9a8a401
tab-complete.c 161 KB