Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)

From: Ronald Baljeu <rjb(at)xs4all(dot)nl>
To: dlorenso(at)afai(dot)com
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Date: 1998-02-20 09:46:31
Message-ID: 199802200946.KAA16637@xs1.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> ------- OTHER WISE ---- CAN WE STEAL IDEAS FROM OTHERS? --------
>
> I'm also running MySQL (trying to switch to PG, but waiting for ODBC
> to catch up), I like the mysql feature of inserting passords by:
>
> insert into user (host,user,password)
> values ("domain.com","dlorenso",password('psswrd');

Hmmm... When I read this, another (related) idea pops into my head.
It's probably nothing, but:

what about defining a new type 'passwd', with
an input (or output) routine which does the crypting?

Cheers,
Ronald

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-02-20 09:59:17 Re: [HACKERS] Recursive queries?
Previous Message Michael Meskes 1998-02-20 09:14:35 Recursive queries?