Underscores not visible in the output of SQL Query (SQLGrid) - Mailing list pgadmin-hackers

From Sachin Srivastava
Subject Underscores not visible in the output of SQL Query (SQLGrid)
Date
Msg-id C03BC1EE-D1EF-4465-A391-B0A36EF01504@enterprisedb.com
Whole thread Raw
Responses Re: Underscores not visible in the output of SQL Query (SQLGrid)
List 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

Attachment

pgadmin-hackers by date:

Previous
From: romain rolland
Date:
Subject: Re: swith version use, can't connect to database
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views