Re: lack in psql console

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: lack in psql console
Дата
Msg-id 4A06D03C.5@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: lack in psql console  (Juan Camilo Marín <jmarin@gmail.com>)
Ответы Re: lack in psql console  (Juan Camilo Marín <jmarin@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Juan Camilo Marín
Дата:
Сообщение: Re: lack in psql console
Следующее
От: Tom Lane
Дата:
Сообщение: Re: getting a list of users