Friday, January 25, 2019

Output Format in Postgressql

Alternate output format for psql

Its always difficult to read the output when we execute any query.
Example :- 



postgres=# SELECT * FROM pg_stat_tables;





Simple and Format way - 

\x on 



No comments: