About Stacked Results in PostgreSQL
In PostgreSQL shell, add \gx
instead of ;
at the end of a SELECT
query to see results stacked instead in a tabular view. That's very useful with wide tables which don't fit into the console window.
1 | SELECT * FROM "accounts_user" WHERE "is_staff"=true \gx |
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You