RE: [HACKERS] password in pg_shadow

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Zakkr'" <zakkr(at)zf(dot)jcu(dot)cz>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: [HACKERS] password in pg_shadow
Date: 1999-10-07 11:14:05
Message-ID: 1B3D5E532D18D311861A00600865478C25E69F@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think its because the parser forces everything outside of quotes to
being lowercase.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Zakkr [mailto:zakkr(at)zf(dot)jcu(dot)cz]
Sent: 07 October 1999 10:55
To: pgsql-hackers
Subject: [HACKERS] password in pg_shadow

Is all in next example good? See:

abil=> CREATE USER myname WITH PASSWORD BuBuBuBu;
CREATE USER ^^^^^^^^^^

abil=> select * from pg_shadow;
usename |usesysid|usecreatedb|usetrace|usesuper|usecatupd|passwd
|valuntil
myname | 5808|f |f |f |f |bubububu |
^^^^^^^^
(4 rows)

Why is in pg_shadow.passwd low case only?

Zakkr

************

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alessio Bragadini 1999-10-07 11:43:30 (no subject)
Previous Message Zakkr 1999-10-07 10:48:11 RE: [HACKERS] password in pg_shadow