Re: lack in psql console - Mailing list pgsql-general

From Craig Ringer
Subject Re: lack in psql console
Date
Msg-id 4A06D03C.5@postnewspapers.com.au
Whole thread Raw
In response to Re: lack in psql console  (Juan Camilo Marín <jmarin@gmail.com>)
Responses Re: lack in psql console  (Juan Camilo Marín <jmarin@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Juan Camilo Marín
Date:
Subject: Re: lack in psql console
Next
From: Tom Lane
Date:
Subject: Re: getting a list of users