Re: lack in psql console

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

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-05-10 15:39:48 Re: getting a list of users
Previous Message Juan Camilo Marín 2009-05-10 12:33:54 Re: lack in psql console