Re: Wired behaviour from SELECT

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Wired behaviour from SELECT
Date: 2024-11-22 20:36:36
Message-ID: CANzqJaAsWFExTg10+-dda-OZcPNTxHP63F74F=43nZG1pDTvrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Nov 22, 2024 at 3:07 PM Arbol One <arbolone(at)hotmail(dot)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!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Koen De Groote 2024-11-22 20:59:46 Re: Memory settings when running postgres in a docker container
Previous Message David G. Johnston 2024-11-22 20:12:46 Re: Wired behaviour from SELECT