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

From Ron Johnson
Subject Re: Wired behaviour from SELECT
Date
Msg-id CANzqJaAsWFExTg10+-dda-OZcPNTxHP63F74F=43nZG1pDTvrQ@mail.gmail.com
Whole thread Raw
In response to Wired behaviour from SELECT  (Arbol One <arbolone@hotmail.ca>)
Responses Re: Wired behaviour from SELECT
List pgsql-general
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!

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Wired behaviour from SELECT
Next
From: Koen De Groote
Date:
Subject: Re: Memory settings when running postgres in a docker container