help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: column alignment in sqlplus mode--how?


From: Galen Boyer
Subject: Re: column alignment in sqlplus mode--how?
Date: 22 Jul 2004 09:43:06 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

On 21 Jul 2004, fgbulk@yahoo.com wrote:
> How can I assure columns align in the *SQL* buffer?
> 
> When displaying a table in my *SQL* (sql-oracle) buffer, column
> alignment is often a problem. The column format is set, and
> aligns correctly in a non-emacs window. 

The only time I've seen this is on

   select attr,count(*) ..
   group by attr;

> I presume the problem is related to tabulation, although a
> simple replace with spaces did not help.
> 
> Thanks in advance for you help.

Try the sqlplus setting
"set tab off"

Does this change the behaviour?

-- 
Galen Boyer


reply via email to

[Prev in Thread] Current Thread [Next in Thread]