RE: Bug in tables column data in postgres database - Mailing list pgsql-sql

From Voillequin, Jean-Marc
Subject RE: Bug in tables column data in postgres database
Date
Msg-id MN2PR20MB27351176E5F01EB9655061BCBE049@MN2PR20MB2735.namprd20.prod.outlook.com
Whole thread Raw
In response to Bug in tables column data in postgres database  (Sarita Sharma <saritakumarisharma61@gmail.com>)
Responses Re: Bug in tables column data in postgres database
List 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@gmail.com>
Sent: Thursday, March 3, 2022 5:46 PM
To: pgsql-sql@lists.postgresql.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.
-----------------------------------------

pgsql-sql by date:

Previous
From: Christophe Pettus
Date:
Subject: Re: Bug in tables column data in postgres database
Next
From: Sarita Sharma
Date:
Subject: Re: Bug in tables column data in postgres database