Harald Armin Massa wrote:
> Hello,
> 
> testing / using PostgreSQL 8.4, I queried  the list of databases via
> 
> \l in psql
> 
> I get information about name, owner, coding, Collation, Ctype and
> access rights. Which wraps right in the middle of "ctype", as
> collation and ctype both are "German, Germany"
> 
> As a result: this basic information command is rather unreadable with
> only 80chars.

You might try the new psql option:

        \pset format wrapped

to see if it looks better.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to