From: | Dmitriy Igrishin <dmitigr(at)gmail(dot)com> |
---|---|
To: | postgres list <pgsql-sql(at)postgresql(dot)org> |
Subject: | Emacs sql-postgres (please, sorry for question not about PostgreSQL). |
Date: | 2010-03-18 21:43:57 |
Message-ID: | b4399d111003181443t722285e7g463fc965511d5eb@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hello all Emacs users!
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!
And please sorry, for question not about PostgreSQL...
Regards,
Dmitriy Igrishin
From | Date | Subject | |
---|---|---|---|
Next Message | Hiltibidal, Rob | 2010-03-18 22:18:41 | Re: Emacs sql-postgres (please, sorry for question not about PostgreSQL). |
Previous Message | Justin Graf | 2010-03-18 18:55:18 | Re: MSSQL to PostgreSQL - Issue trying to generate unique ID using actual date |