psql shortcut for frequently used queries? (like Unix "alias")
postgresql, psql, sql
Solution
Why not use a view? May be views will help in your case.
Problem
Is it possible to somehow create aliases (like Unix `alias` command) in psql? I mean, not SQL FUNCTION, but local aliases to ease manual queries?