I dunno, the font seems fairly fixed when I view it in pine....

--ja

On Fri, 17 Oct 2003, Jerry Rocteur wrote:

> Hi,
> 
> I'm new to the list and I am just wondering..
> 
> Why don't you guys use a fixed font when pasting mysql queries..
> 
> Wouldn't it better to see something like this 'Monaco font on Mac OS X':
> 
> 
> mysql> explain select sum(size) from message where uid='2945';
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> | table   | type | possible_keys | key  | key_len | ref   | rows |  
> Extra       |
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> | message | ref  | uid           | uid  |       4 | const | 2491 |  
> Using where |
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> 
> Than this ?
> 
> 
> mysql> explain select sum(size) from message where uid='2945';
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> | table   | type | possible_keys | key  | key_len | ref   | rows |  
> Extra       |
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> | message | ref  | uid           | uid  |       4 | const | 2491 |  
> Using where |
> +---------+------+---------------+------+---------+-------+------ 
> +-------------+
> 
> Just a thought.
> 
> Jerry

-- 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to