Re: Emacs sql-postgres (please, sorry for question not about PostgreSQL).

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Emacs sql-postgres (please, sorry for question not about PostgreSQL).
Дата
Msg-id 19215.1268953178@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Emacs sql-postgres (please, sorry for question not about PostgreSQL).  (Dmitriy Igrishin <dmitigr@gmail.com>)
Ответы Re: Emacs sql-postgres (please, sorry for question not about PostgreSQL).
Список pgsql-sql
Dmitriy Igrishin <dmitigr@gmail.com> writes:
> I am using Emacs recently. I love sql-mode, to use with PostgreSQL,
> but I have problems with it.
> When my SQL file (or buffer) are small (50-100 lines) I can send
> it to SQLi buffer without any problems. But when I working with
> large SQL file (e.g. complex database model, thousands of lines)
> and send it to SQLi buffer it does not work properly. Something
> going on and in SQLi buffer (psql) I see incomplete SQL
> statement, for example:
>     super=# super'# super'# super'# super'#
> It seems to single quote was not closed. But SQL is absolutely
> correct and loads fine when I load it from file directly from psql.
> I think, the problem with Emacs buffers... Please, help!

Might or might not be related, but I've seen psql lock up when I try to
paste more than a thousand or two characters into it via X11
copy-and-paste.  You might find that disabling libreadline (option -n
to psql) helps.
        regards, tom lane


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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Emacs sql-postgres (please, sorry for question not about PostgreSQL).
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Emacs sql-postgres (please, sorry for question not about PostgreSQL).