Re: Wired behaviour from SELECT - Mailing list pgsql-general

From Arbol One
Subject Re: Wired behaviour from SELECT
Date
Msg-id BYAPR12MB2808123244117AA0609BE85ABA2C2@BYAPR12MB2808.namprd12.prod.outlook.com
Whole thread Raw
In response to Re: Wired behaviour from SELECT  (Ron Johnson <ronljohnsonjr@gmail.com>)
List pgsql-general

Yes! Absolutely true. Thanks for the advice 🙂

On 2024-11-22 3:36 p.m., Ron Johnson wrote:
On Fri, Nov 22, 2024 at 3:07 PM Arbol One <arbolone@hotmail.ca> wrote:

Two different SELECT sql statement don't behave the same way.
The below sql statement produces the right output
SELECT nickname, password FROM password WHERE id='0938105618107N1';
  nickname   | password
-------------+----------
 Piccard@@21 |  Arbol
(1 row)
Storing passwords in plain text is the Worst Possible Security Practice Ever Conceived.

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!
--
ArbolOne ™
Using Fire Fox and Thunderbird.
ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations.
ArbolOne's development on Java, PostgreSQL, HTML and Jakarta EE is in progress [ í ]

pgsql-general by date:

Previous
From: Arbol One
Date:
Subject: Re: Wired behaviour from SELECT
Next
From: Steeve Boulanger
Date:
Subject: Re: Database stats ( pg_stat_database.stats_reset ) get reset on daily basis - why?