Re: [pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-02-06 Thread Dave Page
On Mon, Feb 6, 2012 at 10:47 AM, Sachin Srivastava wrote: > > > On Wed, Feb 1, 2012 at 7:38 PM, Dave Page wrote: >> >> On Wed, Feb 1, 2012 at 1:12 PM, Sachin Srivastava >> wrote: >> > >> > On Feb 1, 2012, at 4:39 PM, Dave Page wrote: >> > >> >> On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava

Re: [pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-02-06 Thread Sachin Srivastava
On Wed, Feb 1, 2012 at 7:38 PM, Dave Page wrote: > On Wed, Feb 1, 2012 at 1:12 PM, Sachin Srivastava > wrote: > > > > On Feb 1, 2012, at 4:39 PM, Dave Page wrote: > > > >> On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava > >> wrote: > >>> Hi all, > >>> > >>> If you execute a query in the quer

Re: [pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-02-01 Thread Dave Page
On Wed, Feb 1, 2012 at 1:12 PM, Sachin Srivastava wrote: > > On Feb 1, 2012, at 4:39 PM, Dave Page wrote: > >> On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava >> wrote: >>> Hi all, >>> >>> If you execute a query in the query browser and the result contains >>> underscores like "A_B", then the

Re: [pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-02-01 Thread Sachin Srivastava
On Feb 1, 2012, at 4:39 PM, Dave Page wrote: > On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava > 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 rel

Re: [pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-02-01 Thread Dave Page
On Tue, Jan 31, 2012 at 9:42 AM, Sachin Srivastava 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 follow

[pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)

2012-01-31 Thread Sachin Srivastava
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.   AccomodateUnderscores.patch Description: Binary data -