password in pg_shadow

From: Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: password in pg_shadow
Date: 1999-10-07 09:54:42
Message-ID: Pine.LNX.3.96.991007113437.30842A-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Hiroshi Inoue 1999-10-07 09:56:52 Scan by TID (was RE: [HACKERS] How to add a new build-in operator)
Previous Message Roland Roberts 1999-10-07 03:26:03 Re: [HACKERS] psql Week 1