slightly OT - Using psql from Emacs with sql.el

Поиск
Список
Период
Сортировка
От Seb
Тема slightly OT - Using psql from Emacs with sql.el
Дата
Msg-id 87sjssajtb.fsf@kolob.sebmags.homelinux.org
обсуждение исходный текст
Ответы Re: slightly OT - Using psql from Emacs with sql.el  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-sql
Hi,

When working with psql via sql.el, multiple prompts accumulate in a
single line when sending multi-line input to the SQLi buffer.  For
example, sending the following:

SELECT a,   b,   c,
FROM some_table;

with 'C-c C-r' results in these lines in the SQLi buffer:

database_name=# database_name-# database_name-# database_name-# 

before showing the output of the query.

This doesn't happen when working with psql directly from a shell.

Has someone dealt with this problem or can suggest some ideas to avoid
this?

Thanks,

-- 
Seb



В списке pgsql-sql по дате отправления:

Предыдущее
От: Charlie
Дата:
Сообщение: Re: [SQL] Select and merge rows?
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: slightly OT - Using psql from Emacs with sql.el