PostgreSQL SELECT QUERY results automatically fits records to the width of the screen
1)
Login to psql command prompt
#psql -d dbname -U username
2)
Run
#\x on
OR
#\x auto
3)
Try your select query
Select * from your_table;
1)
Login to psql command prompt
#psql -d dbname -U username
2)
Run
#\x on
OR
#\x auto
3)
Try your select query
Select * from your_table;
No comments:
Post a Comment