Re: design, ref integrity and performance

From: Richard Huxton <dev(at)archonet(dot)com>
To: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: design, ref integrity and performance
Date: 2009-10-27 09:17:59
Message-ID: 4AE6BAC7.3000108@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ivan Sergio Borgonovo wrote:
> Hi,
>
> I've to generate unique password and associate them with emails.
> Association with emails is just to mail the password, email +
> password aren't "the password", just the password is.
>
> So a bunch of emails may be associated with the same password.
>
> So there are 2 kind of passwords:
> - shared, multiple use
> - individual (they could be multiple or single use)

So are you saying I login using *just* a password, not using my email as
a user-name?

How do you know who is logging in and what does it mean for the password
to be shared?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2009-10-27 10:10:43 Re: Implementing Frontend/Backend Protocol TCP/IP
Previous Message Richard Huxton 2009-10-27 09:12:00 Re: Operational performance: one big table versus many smaller tables