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

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Underscores not visible in the output of SQL Query (SQLGrid)
Date: 2012-01-31 09:42:31
Message-ID: C03BC1EE-D1EF-4465-A391-B0A36EF01504@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

--
Regards,
Sachin Srivastava
EnterpriseDB, the Enterprise PostgreSQL company.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-01-31 15:35:16 [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
Previous Message Guillaume Lelarge 2012-01-30 16:47:48 Re: swith version use, can't connect to database