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

From David G. Johnston
Subject Re: Issue with retrieving data when the column has @- in it's value
Date
Msg-id CAKFQuwZinFei-Pptnvyfq3DZWs4gS1Y2c1-e+JJGGWUP67U9Cw@mail.gmail.com
Whole thread Raw
In response to Issue with retrieving data when the column has @- in it's value  (Teju Jakkidi <teja.jakkidi05@gmail.com>)
List pgsql-admin
On Friday, April 4, 2025, Teju Jakkidi <teja.jakkidi05@gmail.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@-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.
 

pgsql-admin by date:

Previous
From: Teju Jakkidi
Date:
Subject: Issue with retrieving data when the column has @- in it's value
Next
From: Laurenz Albe
Date:
Subject: Re: Issue with retrieving data when the column has @- in it's value