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
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
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
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
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
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
-