Hacker News new | ask | show | jobs
by arzig 818 days ago
Ability to tab complete columns in an interactive settings.

If I’m in psql I can tab complete columns in the where clause but not in the select because I haven’t actually given any information about what I’m selecting from yet.

1 comments

This feels like a tradeoff we make where a convenience while writing once harms long term readability?

But that is a valid usecase!