Re: lack in psql console

From: Juan Camilo Marín <jmarin(at)gmail(dot)com>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: lack in psql console
Date: 2009-05-13 17:58:51
Message-ID: 4f8cb78a0905131058o2702ae7dt704e6e44b9f8bc40@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Craig.

Thanks for your answer. I did what you say (use the default size of the
terminal) but the problem persist, the psql still start to write the new
senteces above the old one, it is to weird.

Best regards,

2009/5/10 Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>

> Juan Camilo Marín wrote:
>
> > => select * from \d summary_table;
> >
> > The sentense start after "=> select * from" I don't know why this is
> > happen.
>
> Probably a terminal emulation issue. Readline will be sending the wrong
> escape sequences to control your terminal or your terminal will be
> misbehaving somehow.
>
> A common cause of readline issues is resizing your terminal window. Try
> testing in a terminal window that's the default size. If that works OK,
> try resizing it while it's still running the shell, THEN start psql.
>
> --
> Craig Ringer
>

--
Life may only be understood backwards.... but it must be lived forwards

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael P. Soulier 2009-05-13 18:48:33 Re: how do you get there from here?
Previous Message Alvaro Herrera 2009-05-13 17:52:45 Re: Btree indizes, FILLFACTOR, vacuum_freeze_min_age and CLUSTER