Fix psql's tab completion for TABLE.
Tom Lane <tgl@sss.pgh.pa.us>
Fix psql's tab completion for TABLE. 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +1 −1 |