Custom Search

Sunday, January 12, 2014

PSQL SELECT QUERY results automatically fits records to the width of the screen

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;

No comments:

Post a Comment