Re: Issue with retrieving data when the column has @- in it's value

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Teju Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Issue with retrieving data when the column has @- in it's value
Date: 2025-04-05 01:46:38
Message-ID: CAKFQuwZinFei-Pptnvyfq3DZWs4gS1Y2c1-e+JJGGWUP67U9Cw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Friday, April 4, 2025, Teju Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com> wrote:
>
> I have an issue where in the same scenario below works on my POC but
> is having an issue in the original db.
>
> Original db - OS : Red Hat (postgres13)
> POC db - OS : SUSE (postgres 14)
>
> SELECT char_length("col1"), octet_length("col1"), "col1"
> FROM "test_col" WHERE "col1" = 'test_level(at)-1';
>
> The above query returns data in POC, however, on orig db, it does not
> return any data.
>
> Can anyone guide me on what else can be checked?
>

Explain analyze to check for index usage and reindexing.

David J.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2025-04-05 15:18:42 Re: Issue with retrieving data when the column has @- in it's value
Previous Message Teju Jakkidi 2025-04-05 01:41:48 Issue with retrieving data when the column has @- in it's value