Re: Underscores not visible in the output of SQL Query (SQLGrid)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Underscores not visible in the output of SQL Query (SQLGrid)
Date: 2012-02-01 11:09:45
Message-ID: CA+OCxowyRmwONnAQ=9ReLo5UX8juJ54FHwVMewa7fGVNpYrX9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava
<sachin(dot)srivastava(at)enterprisedb(dot)com> wrote:
> Hi all,
>
> If you execute a query in the query browser and the result contains
> underscores like "A_B", then the '_' is not visible in the result.
>
> Example query:  SELECT relname FROM pg_class ORDER BY relname LIMIT 5;
>
> The following patch fixes it.

Hi,

I see them just fine on Mac. Is this platform or even font-specific?

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sachin Srivastava 2012-02-01 13:12:27 Re: Underscores not visible in the output of SQL Query (SQLGrid)
Previous Message pgAdmin Trac 2012-01-31 15:35:16 [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views