PostgreSQL: TABLE instead of SELECT * FROM Or how to save 7 keystrokes 🙌. You can type TABLE foo instead of SELECT * FROM foo. The output will be the same: foo-db=# TABLE foo; id │ name | email ───────┼────────┼───────── 70263 │ bar | f@b.com (1 row)