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.  

Attachment: AccomodateUnderscores.patch
Description: Binary data


--
Regards,
Sachin Srivastava

Reply via email to