RE: Bug in tables column data in postgres database

From: "Voillequin, Jean-Marc" <Jean-Marc(dot)Voillequin(at)moodys(dot)com>
To: Sarita Sharma <saritakumarisharma61(at)gmail(dot)com>, "pgsql-sql(at)lists(dot)postgresql(dot)org" <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: RE: Bug in tables column data in postgres database
Date: 2022-03-03 18:06:10
Message-ID: MN2PR20MB27351176E5F01EB9655061BCBE049@MN2PR20MB2735.namprd20.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

Are-you alone to work on this database?

Could you check with a:
select * from pg_stat_activity;

Regards

From: Sarita Sharma <saritakumarisharma61(at)gmail(dot)com>
Sent: Thursday, March 3, 2022 5:46 PM
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Bug in tables column data in postgres database

CAUTION: This email originated from outside of Moody's. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Hi Team,
I am a backend(server side) developer and I am using postgres database for storing my data to database. I have find a big challenge working with postgres database(version 13) as I have find major issue working with column in table of database as data keep toggling its value.
eg::
if I have stored data into table
bike_table
======================================
bike_name bike_prefix bike_line
V111 V 111
W222 W 222
X333 X 333
===========================================

if some other time if query is made for same table data might look like this
bike_table
======================================
bike_name bike_prefix bike_line
W111 V 111
X222 W 222
X333 X 333
===========================================
So usually bike_name keep changing its name thats seems to me a toggling behaviour.
Please take this issue as bug and work on this.

Thanks and Regards,
Sarita
-----------------------------------------

Moody's monitors email communications through its networks for regulatory compliance purposes and to protect its customers, employees and business and where allowed to do so by applicable law. The information contained in this e-mail message, and any attachment thereto, is confidential and may not be disclosed without our express permission. If you are not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution or copying of this message, or any attachment thereto, in whole or in part, is strictly prohibited. If you have received this message in error, please immediately notify us by telephone, fax or e-mail and delete the message and all of its attachments. Every effort is made to keep our network free from viruses. You should, however, review this e-mail message, as well as any attachment thereto, for viruses. We take no responsibility and have no liability for any computer virus which may be transferred via this e-mail message.

-----------------------------------------

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Sarita Sharma 2022-03-03 18:41:09 Re: Bug in tables column data in postgres database
Previous Message MichaelDBA Vitale 2022-03-03 17:24:02 Re: Bug in tables column data in postgres database