From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Cc: | postgresql(at)e-trolley(dot)de |
Subject: | Re: psql scroll horizontal |
Date: | 2004-02-12 04:01:14 |
Message-ID: | c8ef8341fa97069aedfbcf21593cf935@biglumber.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> does anybody know how I can have psql scroll wide tables instead
> of wrapping them?
Use a pager that is capable of "wide" output. On many systems,
this is accomplished by the program "less"
Use "\pset pager always" inside of psql to force it to always
invoke the pager.
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200402112300
-----BEGIN PGP SIGNATURE-----
iD8DBQFAKvqUvJuQZxSWSsgRAl81AJ9qYx76Qnd0rFFKgB4SrU0MItR7QQCfVvbr
T5newkyKR02seKuqcqOVCTE=
=mZoS
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Rajan Bhide | 2004-02-12 09:44:21 | Re: Performing COPY Command |
Previous Message | Vijay Rao | 2004-02-12 03:26:54 | createdb: undefined symbol: get_progname |